Skip to content

Commit

Permalink
Revisit metric name to make it consistent with the other metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Oct 10, 2024
1 parent 9515819 commit 5b69685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class ReplicatedSubscriptionsController implements AutoCloseable, Topic.P
newMetricName = OpenTelemetryReplicatedSubscriptionStats.SNAPSHOT_OPERATION_COUNT_METRIC_NAME)
@Deprecated
private static final Counter timedoutSnapshotsMetric = Counter
.build().name("pulsar_replicated_subscriptions_snapshot_timeouts")
.build().name("pulsar_replicated_subscriptions_timedout_snapshots")
.help("Counter of timed out snapshots").register();

private final OpenTelemetryReplicatedSubscriptionStats stats;
Expand Down

0 comments on commit 5b69685

Please sign in to comment.