Skip to content

Commit

Permalink
Fix trace pipeline warning during install
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <[email protected]>
  • Loading branch information
matej-g committed Feb 7, 2024
1 parent 3fa3e49 commit 91f1b87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.53 / 2024-02-07

- [FIX] Fix warning about overwrite in traces pipeline in cluster collector sub-chart.

### v0.0.52 / 2024-02-05

- [FEAT] Optionally allow users to use tail sampling for traces.
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.52
version: 0.0.53
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand Down
5 changes: 2 additions & 3 deletions otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
global:
domain: ""
clusterName: ""
domain: "coralogix.com"
clusterName: "test"
defaultApplicationName: "otel"
defaultSubsystemName: "integration"
logLevel: "warn"
Expand Down Expand Up @@ -506,7 +506,6 @@ opentelemetry-cluster-collector:
- otlp
- prometheus
- k8s_cluster
traces: null
tolerations:
- operator: Exists

Expand Down

0 comments on commit 91f1b87

Please sign in to comment.