Skip to content

Commit

Permalink
Adds example configuration in values.yaml for k8s monitoring
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
  • Loading branch information
ChrsMark committed Nov 23, 2023
1 parent 8db7911 commit dd9131c
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion kubernetes/elastic-helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
opentelemetry-collector:
# Uncomment these lines to enable k8s infra monitoring.
# Note that only node level metrics will be collected since cluster level metrics
# require "deployment" mode
# mode: "daemonset"
# presets:
# kubernetesAttributes:
# enabled: true
# kubeletMetrics:
# enabled: true
# hostMetrics:
# enabled: true
# logsCollection:
# enabled: true
# includeCollectorLogs: false
# storeCheckpoints: true
#
# Uncomment these lines to enable k8s cluster level metrics.
# At the moment it cannot be used along with the node level metrics from above.
# mode: "deployment"
# presets:
# kubernetesAttributes:
# enabled: true
# clusterMetrics:
# enabled: true
extraEnvs:
- name: ELASTIC_APM_ENDPOINT
valueFrom:
Expand Down Expand Up @@ -49,4 +73,4 @@ jaeger:
enabled: false

prometheus:
enabled: false
enabled: false

0 comments on commit dd9131c

Please sign in to comment.