You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
markkuhn
changed the title
InvalidDimensionException when running on ECS Fargate with Firelens
InvalidDimensionException when running on ECS Fargate with fluent-bit
Sep 30, 2022
@rohitnair
A fix is being worked on. I do not have an ETA for you.
For now you can turn off default dimensions by calling resetDimensions(false) before you start setting your own custom dimensions. This will clear all dimensions and stop using default dimensions.
More information on resetDimensions()here.
An
InvalidDimensionException
is being thrown when using fluent-bit sincegetLogGroupName()
is returning an empty string:aws-embedded-metrics-java/src/main/java/software/amazon/cloudwatchlogs/emf/environment/ECSEnvironment.java
Lines 101 to 107 in 19ef5ca
The text was updated successfully, but these errors were encountered: