Skip to content

[RFC] Remove LogGroupName as default dimension #73

Open
@jaredcnance

Description

@jaredcnance

This issue is to receive feedback on whether or not users want LogGroup as a default dimensions on your metrics. This was originally intended to enable deep-linking from metrics to the EMF events, but we no longer believe this is the correct approach to creating this linkage. This is a breaking change, so we want to hear your feedback.

const defaultDimensions = {
// LogGroup name will entirely depend on the environment since there
// are some cases where the LogGroup cannot be configured (e.g. Lambda)
LogGroup: environment.getLogGroupName(),
ServiceName: Configuration.serviceName || environment.getName(),
ServiceType: Configuration.serviceType || environment.getType(),

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions