Skip to content

Commit

Permalink
[otel-integration] change spanmetric buckets and dimensions (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv authored Feb 21, 2024
1 parent 97a078a commit 3976647
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## OpenTelemtry-Integration

### v0.0.58 / 2024-02-21

- [Fix] Change default spanmetrics connector's buckets and extra dimensions.

### v0.0.57 / 2024-02-21

- [Fix] Bump otel-gateway's otlp server grpc request size limit to 20 mib
Expand Down
2 changes: 1 addition & 1 deletion otel-integration/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: otel-integration
description: OpenTelemetry Integration
version: 0.0.57
version: 0.0.58
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand Down
7 changes: 5 additions & 2 deletions otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,11 @@ opentelemetry-agent:
spanMetrics:
enabled: false
collectionInterval: "{{.Values.global.collectionInterval}}"
histogramBuckets: [10ms, 20ms, 50ms, 100ms, 200ms, 500ms, 1s, 2s, 5s]

histogramBuckets: [1ms, 4ms, 10ms, 20ms, 50ms, 100ms, 200ms, 500ms, 1s, 2s, 5s]
extraDimensions:
- name: http.method
- name: cgx.transaction
- name: cgx.transaction.root
config:
extensions:
zpages:
Expand Down

0 comments on commit 3976647

Please sign in to comment.