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 28, 2023
1 parent aed7d96 commit 9de76d7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 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

0 comments on commit 9de76d7

Please sign in to comment.