Skip to content

Commit

Permalink
Merge branch 'trunk' into KAFKA-12895
Browse files Browse the repository at this point in the history
  • Loading branch information
frankvicky committed Oct 2, 2024
2 parents 70554d6 + cfd7d94 commit f63394d
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 f63394d

Please sign in to comment.