Skip to content

Commit

Permalink
Add test for internal entity field skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
duhminick committed Jan 14, 2025
1 parent ea9cedb commit 884ffe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporter/awsemfexporter/datapoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1940,6 +1940,7 @@ func TestCreateLabels(t *testing.T) {
"a": "A",
"b": "B",
"c": "C",
"com.amazonaws.cloudwatch.entity.internal.A": "A",
}))

labels := createLabels(labelsMap)
Expand Down

0 comments on commit 884ffe2

Please sign in to comment.