Skip to content

Commit

Permalink
[opentelemetry-integration] disable span metrics (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv authored Sep 30, 2024
1 parent 7ffd8be commit 825a44d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## OpenTelemtry-Integration

### v0.0.105 / 2024-09-30
- [Breaking] Change spanmetrics to disabled by default, which was enabled by mistake in v0.0.102

### v0.0.104 / 2024-09-26
- [Feat] Bump collector version to `0.110.0`

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.104
version: 0.0.105
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand Down
4 changes: 2 additions & 2 deletions otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
defaultSubsystemName: "integration"
logLevel: "warn"
collectionInterval: "30s"
version: "0.0.104"
version: "0.0.105"

extensions:
kubernetesDashboard:
Expand Down Expand Up @@ -137,7 +137,7 @@ opentelemetry-agent:
enabled: true
collectionInterval: "{{.Values.global.collectionInterval}}"
spanMetrics:
enabled: true
enabled: false
collectionInterval: "{{.Values.global.collectionInterval}}"
metricsExpiration: 5m
histogramBuckets:
Expand Down

0 comments on commit 825a44d

Please sign in to comment.