Skip to content

Commit

Permalink
fix: format values file
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Dec 27, 2024
1 parent 662557f commit 36aeb8e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions deploy/helm/edot-collector/kube-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@ collectors:
debug:
debug/vvv:
verbosity: detailed
# [Elasticsearch exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/elasticsearchexporter/README.md)
# [Elasticsearch exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/elasticsearchexporter/README.md)
elasticsearch/otel:
endpoints: # List of Elasticsearch endpoints.
- ${env:ELASTIC_ENDPOINT}
- ${env:ELASTIC_ENDPOINT}
api_key: ${env:ELASTIC_API_KEY} # API key for Elasticsearch authentication.
logs_dynamic_index:
enabled: true
Expand All @@ -370,7 +370,7 @@ collectors:
mode: otel
elasticsearch/ecs:
endpoints:
- ${env:ELASTIC_ENDPOINT}
- ${env:ELASTIC_ENDPOINT}
api_key: ${env:ELASTIC_API_KEY}
mapping:
mode: ecs
Expand Down Expand Up @@ -401,7 +401,7 @@ collectors:
traces:
receivers: [otlp]
processors: [batch, elastictrace]
exporters: [debug, signaltometrics, elasticsearch/otel]
exporters: [debug, signaltometrics, elasticsearch/otel]
metrics/aggregated-otel-metrics:
receivers:
- signaltometrics
Expand All @@ -411,7 +411,6 @@ collectors:
exporters:
- debug
- elasticsearch/otel

# Cluster is a K8s deployment EDOT collector focused on gathering telemetry
# at the cluster level (Kubernetes Events and cluster metrics).
cluster:
Expand Down Expand Up @@ -878,7 +877,7 @@ collectors:
pipelines:
logs/node:
receivers:
- filelog
- filelog
processors:
- batch
- k8sattributes
Expand Down Expand Up @@ -932,7 +931,6 @@ collectors:
- resource/hostname
exporters:
- otlp/gateway

# For more details on OpenTelemetry's zero-code instrumentation, see:
# https://opentelemetry.io/docs/concepts/instrumentation/zero-code/
instrumentation:
Expand Down

0 comments on commit 36aeb8e

Please sign in to comment.