Skip to content

Commit

Permalink
Change latency metric names (opensearch-project#3656)
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Kondaka <[email protected]>
Co-authored-by: Krishna Kondaka <[email protected]>
  • Loading branch information
kkondaka and Krishna Kondaka authored Nov 14, 2023
1 parent 0ff3c37 commit 4b29bfe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import java.time.Instant;

public class SinkLatencyMetrics {
public static final String INTERNAL_LATENCY = "PipelineLatency";
public static final String EXTERNAL_LATENCY = "EndToEndLatency";
public static final String INTERNAL_LATENCY = "pipelineLatency";
public static final String EXTERNAL_LATENCY = "endToEndLatency";
private final DistributionSummary internalLatencySummary;
private final DistributionSummary externalLatencySummary;

Expand Down

0 comments on commit 4b29bfe

Please sign in to comment.