Skip to content

Commit

Permalink
chore: update expected to sum
Browse files Browse the repository at this point in the history
  • Loading branch information
jcountsNR committed Sep 7, 2023
1 parent 1cf6c15 commit 65862db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion receiver/kafkametricsreceiver/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func TestIntegration(t *testing.T) {
ci.MappedPortForNamedContainer(t, "kafka", kafkaPort))}
rCfg.Scrapers = []string{"brokers", "consumers", "topics"}
}),
// scraperinttest.WriteExpected(), // TODO remove
scraperinttest.WriteExpected(), // TODO remove
scraperinttest.WithCompareOptions(
// pmetrictest.IgnoreMetricValues(),
pmetrictest.IgnoreStartTimestamp(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resourceMetrics:
scopeMetrics:
- metrics:
- description: "[DEPRECATED] Number of brokers in the cluster."
gauge:
sum:
aggregationTemporality: 2
dataPoints:
- asInt: "1"
Expand Down

0 comments on commit 65862db

Please sign in to comment.