Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[otel-integration] update collector to 0.87.0 #319

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.28 / 2023-10-30
* [CHORE] Update Collector to 0.87.0 (v0.75.0)

### v0.0.27 / 2023-10-30
* [CHORE] Update Collector to 0.86.0 (v0.74.0)

Expand Down
6 changes: 3 additions & 3 deletions otel-integration/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ keywords:
dependencies:
- name: opentelemetry-collector
alias: opentelemetry-agent
version: "0.74.0"
version: "0.75.1"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent.enabled
- name: opentelemetry-collector
alias: opentelemetry-agent-windows
version: "0.74.0"
version: "0.75.1"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent-windows.enabled
- name: opentelemetry-collector
alias: opentelemetry-cluster-collector
version: "0.74.0"
version: "0.75.1"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-cluster-collector.enabled
- name: kube-state-metrics
Expand Down
7 changes: 7 additions & 0 deletions otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,12 @@ opentelemetry-cluster-collector:
- action: update_label
label: node
new_label: k8s.node.name
transform/k8s-dashboard:
error_mode: ignore
metric_statements:
- context: metric
statements:
- set(unit, "1") where name == "k8s.pod.phase"
resourcedetection/env:
detectors: ["system", "env"]
timeout: 2s
Expand Down Expand Up @@ -412,6 +418,7 @@ opentelemetry-cluster-collector:
processors:
- k8sattributes
- metricstransform/kube-extra-metrics
- transform/k8s-dashboard
- resourcedetection/env
- resourcedetection/region
- memory_limiter
Expand Down
Loading