Skip to content

Commit

Permalink
change config file to point to consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 16, 2024
1 parent 310a191 commit fce81d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestCollectdKafkaReceiversAllConsumerMetrics(t *testing.T) {
"jmx_memory.used",
"total_time_in_ms.collection_time",
}
checkMetricsPresence(t, metricNames, "all_producer_metrics_config.yaml")
checkMetricsPresence(t, metricNames, "all_consumer_metrics_config.yaml")
}

func TestCollectdKafkaReceiversAllProducerMetrics(t *testing.T) {
Expand Down

0 comments on commit fce81d9

Please sign in to comment.