Skip to content

Commit

Permalink
[Opentelmetry Cluster Collector] - clusterMetrics preset does not rem…
Browse files Browse the repository at this point in the history
…ove k8s_cluster receiver (#511)

* Fix - Allow clusterMetrics preset to determine whether k8s_cluster receiver included in the metrics pipeline

---------

Co-authored-by: Povilas Versockas <[email protected]>
  • Loading branch information
wnjuguna and povilasv authored Feb 5, 2025
1 parent 0ba6ef4 commit 0ac03b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## OpenTelemtry-Integration

### v0.0.142 / 2025-02-05

- [Fix] Remove k8s_cluster receiver from Opentelemetry Cluster Collector metrics
pipeline. The receiver is managed by clusterMetrics preset.

### v0.0.141 / 2025-02-05

- [Fix] Prioritize memory limiter processor in all pipelines.
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.141
version: 0.0.142
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand Down
3 changes: 1 addition & 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.141"
version: "0.0.142"

extensions:
kubernetesDashboard:
Expand Down Expand Up @@ -739,7 +739,6 @@ opentelemetry-cluster-collector:
receivers:
- otlp
- prometheus
- k8s_cluster
tolerations:
- operator: Exists

Expand Down

0 comments on commit 0ac03b8

Please sign in to comment.