Skip to content

Commit

Permalink
Replace the consumer-fetch-manager-metrics by groupName
Browse files Browse the repository at this point in the history
  • Loading branch information
xijiu committed Sep 30, 2024
1 parent 6ee46ea commit e6d111e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public FetchMetricsRegistry(Set<String> tags, String metricGrpPrefix) {
this.partitionRecordsLeadAvg = new MetricNameTemplate("records-lead-avg", groupName,
"The average lead of the partition", partitionTags);
this.partitionPreferredReadReplica = new MetricNameTemplate(
"preferred-read-replica", "consumer-fetch-manager-metrics",
"preferred-read-replica", groupName,
"The current read replica for the partition, or -1 if reading from leader", partitionTags);
}

Expand Down

0 comments on commit e6d111e

Please sign in to comment.