Skip to content

Commit

Permalink
Add large latency buckets for otlp latency (#12603)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Sep 8, 2024
1 parent 21e0830 commit 638c446
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ public class OpenTelemetryMetricRequestProcessor implements Service {
"otel_metrics_latency",
"The latency to process the metrics request",
MetricsTag.EMPTY_KEY,
MetricsTag.EMPTY_VALUE
MetricsTag.EMPTY_VALUE,
.005, .01, .025, .05, .075, .1, .25, .5, .75, 1, 2.5, 5, 7.5, 10, 15, 30, 60, 120
);

public void processMetricsRequest(final ExportMetricsServiceRequest requests) {
Expand Down

0 comments on commit 638c446

Please sign in to comment.