Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Adjust values YAML
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <matejgera@gmail.com>
  • Loading branch information
matej-g committed Aug 1, 2023
1 parent 0be34f9 commit 262e659
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ opentelemetry-collector-agent:
secretKeyRef:
name: coralogix-opentelemetry-key
key: PRIVATE_KEY
- name: OTEL_RESOURCE_ATTRIBUTES
value: "k8s.node.name=$(K8S_NODE_NAME)"

presets:
# Configures the Kubernetes Processor to add Kubernetes metadata.
Expand Down Expand Up @@ -115,7 +117,7 @@ opentelemetry-collector-agent:
resourcedetection/region:
detectors: ["gcp", "ec2"]
timeout: 2s
override: false
override: true
gcp:
resource_attributes:
cloud.region:
Expand Down Expand Up @@ -170,6 +172,7 @@ opentelemetry-collector-agent:
- container_fs_writes_bytes_total
- container_fs_reads_total
- container_fs_reads_bytes_total
- container_fs_usage_bytes

exporters:
coralogix:
Expand Down

0 comments on commit 262e659

Please sign in to comment.