Skip to content

Commit

Permalink
Reduce the bucket no. of histogram
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwani-opstree authored Aug 29, 2024
1 parent c270483 commit 632f5f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/tempo/standalone/templates/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,24 @@ spec:

connectors:
spanmetrics:
histogram:
explicit:
buckets: [100us, 1ms, 2ms, 6ms, 10ms, 100ms, 250ms]
dimensions:
- name: http.method
- name: http.status_code
- name: http.route
exemplars:
enabled: true
dimensions_cache_size: 1000
aggregation_temporality: "AGGREGATION_TEMPORALITY_CUMULATIVE"
metrics_flush_interval: 15s
metrics_expiration: 5m
events:
enabled: true
dimensions:
- name: exception.type
- name: exception.message

service:
pipelines:
Expand Down

0 comments on commit 632f5f2

Please sign in to comment.