File tree Expand file tree Collapse file tree 5 files changed +16
-13
lines changed
deployments/edgenode-observability
orchestrator-observability
deployments/orchestrator-observability Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 1- 0.10.3
1+ 0.10.4
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ apiVersion: v2
55name : edgenode-observability
66description : Edge Node Centralized Observability
77type : application
8- version : 0.10.3
9- appVersion : 0.10.3
8+ version : 0.10.4
9+ appVersion : 0.10.4
1010annotations :
11- revision : 2191fbef83156350d8e4f3369ae8e77b773fc672
12- created : " 2025-06-13T11:39:52Z "
11+ revision : 1c180a61519ee9ec158aa38e0f54a27096bd4239
12+ created : " 2025-06-18T12:12:12Z "
1313dependencies :
1414 - name : minio
1515 alias : minio
@@ -30,7 +30,7 @@ dependencies:
3030 version : " 0.90.3"
3131 - name : opentelemetry-collector
3232 condition : import.otel.enabled
33- version : " ~0.126 .0"
33+ version : " ~0.115 .0"
3434 repository : " https://open-telemetry.github.io/opentelemetry-helm-charts"
3535 - name : grafana
3636 alias : grafana
Original file line number Diff line number Diff line change 1- 0.5.4
1+ 0.5.5
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ apiVersion: v2
55name : orchestrator-observability
66description : Orchestrator centralized observability
77type : application
8- version : 0.5.4
9- appVersion : 0.5.4
8+ version : 0.5.5
9+ appVersion : 0.5.5
1010annotations :
11- revision : e3c23e2bc3f5c4c0b3e81d37c5c8a4778a117aff
12- created : " 2025-06-13T11:34:15Z "
11+ revision : 1c180a61519ee9ec158aa38e0f54a27096bd4239
12+ created : " 2025-06-18T12:11:42Z "
1313dependencies :
1414 - name : loki
1515 condition : import.loki.enabled
@@ -18,11 +18,11 @@ dependencies:
1818 - name : opentelemetry-collector
1919 alias : opentelemetry-collector-daemonset
2020 condition : import.otel.enabled
21- version : " ~0.126 .0"
21+ version : " ~0.115 .0"
2222 repository : " https://open-telemetry.github.io/opentelemetry-helm-charts"
2323 - name : opentelemetry-collector
2424 condition : import.otel.enabled
25- version : " ~0.126 .0"
25+ version : " ~0.115 .0"
2626 repository : " https://open-telemetry.github.io/opentelemetry-helm-charts"
2727 - name : minio
2828 alias : minio
Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ opentelemetry-collector-daemonset:
114114 memory : 512Mi
115115 command :
116116 name : otelcol-contrib
117+ # Remove after upgrading to otelcol-contrib version later than 0.125.0 - this feature flag is enabled by default since then.
118+ extraArgs :
119+ - " --feature-gates=receiver.kubeletstats.enableCPUUsageMetrics"
117120 clusterRole :
118121 rules :
119122 # Only needed if you are using extra_metadata_labels or
You can’t perform that action at this time.
0 commit comments