Add large latency buckets for otlp latency (#12603)

This commit is contained in:
kezhenxu94 2024-09-08 16:13:54 +08:00 committed by GitHub
parent 21e0830d82
commit 638c44679b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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) {