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
This occurs only when a lowercase letter appears in the middle of a word within a metric name which contains multiple words (see example above), but not the namespace (see code refs below).
The text was updated successfully, but these errors were encountered:
AronNaylor
changed the title
AWS Shield DDoSDetected metric splitting to camelcase on change from upper to lowercase letter
AWS Shield DDoSDetected metric splitting to snakecase on change from upper to lowercase letter
Nov 11, 2024
When splitting the AWS Shield Advanced DDoSDetected CloudWatch metric, it is incorrectly being parsed as follows due to the linked method:
Becomes:
This occurs only when a lowercase letter appears in the middle of a word within a metric name which contains multiple words (see example above), but not the namespace (see code refs below).
cloudwatch_exporter/src/main/java/io/prometheus/cloudwatch/CloudWatchCollector.java
Line 427 in 68a84c7
cloudwatch_exporter/src/main/java/io/prometheus/cloudwatch/CloudWatchCollector.java
Line 482 in 68a84c7
The text was updated successfully, but these errors were encountered: