Skip to content

Commit 14ff473

Browse files
committed
fix kong test
1 parent 2ed88f9 commit 14ff473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/receivers/kong/kong_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func TestKongMetrics(t *testing.T) {
3939
pmetrictest.IgnoreMetricDataPointsOrder(),
4040
pmetrictest.IgnoreSubsequentDataPoints(),
4141
pmetrictest.IgnoreSummaryDataPointValueAtQuantileSliceOrder(),
42+
pmetrictest.IgnoreMetricAttributeValue("version", "kong_node_info"),
4243
),
4344
)
4445
}

0 commit comments

Comments
 (0)