Skip to content

Commit

Permalink
[opentelemetry-integration] Narrow down metrics service host back to …
Browse files Browse the repository at this point in the history
…pod ip (#496)

Fixes ES-411.

Narrow down the metrics service host back to the pod ip after the original issue was solved upstream in the OpenTelemetry Operator since version v0.116.0.
  • Loading branch information
douglascamata authored Jan 2, 2025
1 parent 27f6e5b commit 1ae83e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## OpenTelemtry-Integration

### v0.0.130 / 2025-01-02

- [Fix] Rollback the default host of the metrics telemetry service to the pod's IP.
If you are using the OpenTelemetry Operator and the Collector CRD, please update
the Operator to version `0.116.0` or later

### v0.0.129 / 2024-12-31

- [Feat] Add k8s job name plus other pod association rules for the k8s metadata processor
Expand Down
12 changes: 6 additions & 6 deletions 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.129
version: 0.0.130
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand All @@ -11,27 +11,27 @@ keywords:
dependencies:
- name: opentelemetry-collector
alias: opentelemetry-agent
version: "0.101.0"
version: "0.102.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent.enabled
- name: opentelemetry-collector
alias: opentelemetry-agent-windows
version: "0.101.0"
version: "0.102.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent-windows.enabled
- name: opentelemetry-collector
alias: opentelemetry-cluster-collector
version: "0.101.0"
version: "0.102.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-cluster-collector.enabled
- name: opentelemetry-collector
alias: opentelemetry-receiver
version: "0.101.0"
version: "0.102.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-receiver.enabled
- name: opentelemetry-collector
alias: opentelemetry-gateway
version: "0.101.0"
version: "0.102.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-gateway.enabled
- name: coralogix-ebpf-agent
Expand Down
2 changes: 1 addition & 1 deletion 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.129"
version: "0.0.130"

extensions:
kubernetesDashboard:
Expand Down

0 comments on commit 1ae83e8

Please sign in to comment.