-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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.
aws-embedded-metrics-node/src/logger/MetricsLogger.ts
Lines 142 to 147 in 2ec8a84
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(), |
Glen-Moonpig, mduesterhoeft, akki777, carte7000, kasmkbg and 5 more
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested