Skip to content

Commit

Permalink
[otel-agent] allow setting cluster name (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv authored Sep 13, 2023
1 parent f1d3e33 commit 6bc48a4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions otel-agent/k8s-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## OpenTelemtry-Agent

### v0.0.34 / 2023-09-13

* [FEATURE] Allow setting clusterName in global variable
* [FEATURE] Set integrationName as resource attribute
* [CHORE] Upgrading upstream chart. (v0.71.2)


### v0.0.33 / 2023-09-04

* [CHORE] Upgrading upstream chart. (v0.71.1)
Expand Down
4 changes: 2 additions & 2 deletions otel-agent/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: opentelemetry-coralogix
description: OpenTelemetry agent to which instrumentation libraries export their telemetry data
version: 0.0.33
version: 0.0.34
keywords:
- OpenTelemetry Collector
- OpenTelemetry agent
- Coralogix
dependencies:
- name: opentelemetry-collector
version: "0.71.1"
version: "0.71.2"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
sources:
- https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector
Expand Down
5 changes: 5 additions & 0 deletions otel-agent/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global:
domain: ""
clusterName: ""
defaultApplicationName: "default"
defaultSubsystemName: "nodes"
fullnameOverride: otel-coralogix
Expand Down Expand Up @@ -48,6 +49,10 @@ opentelemetry-collector:
enabled: true
kubeletMetrics:
enabled: true
metadata:
enabled: true
clusterName: "{{.Values.global.clusterName}}"
integrationName: "coralogix-otel-agent-helm"

extraEnvs:
- name: CORALOGIX_PRIVATE_KEY
Expand Down

0 comments on commit 6bc48a4

Please sign in to comment.