Skip to content

Commit

Permalink
remove RntbdServiceEndpoint tag as it overlaps with ServiceEndpoint (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
YingZhang01 authored Mar 2, 2023
1 parent 7be0110 commit fe8c70b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ private static class RntbdMetricsV2 implements RntbdMetricsCompletionRecorder {
private final MeterRegistry registry;

private RntbdMetricsV2(MeterRegistry registry, RntbdTransportClient client, RntbdEndpoint endpoint) {
this.tags = Tags.of(endpoint.clientMetricTag(), endpoint.tag());
this.tags = Tags.of(endpoint.clientMetricTag());
this.client = client;
this.registry = registry;
if (this.client.getMetricCategories().contains(MetricCategory.DirectRequests)) {
Expand Down

0 comments on commit fe8c70b

Please sign in to comment.