Skip to content

Commit

Permalink
Add large latency buckets for otlp latency
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Sep 8, 2024
1 parent 21e0830 commit 44ec93d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
push:
branches:
- master
- test
release:
types:
- released
Expand Down
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 44ec93d

Please sign in to comment.