Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 committed Feb 24, 2025
1 parent 399acd5 commit 9224567
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions otelcollector/configmaps/ama-metrics-settings-configmap-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ data:
config-version:
#string.used by customer to keep track of this config file's version in their source control/repository (max allowed 10 chars, other chars will be truncated)
ver1
dataplane-metrics: |-
cluster-metrics: |-
default-targets-scrape-enabled: |-
kubelet = true
coredns = false
coredns = true
cadvisor = true
kubeproxy = false
kubeproxy = true
kubestate = true
nodeexporter = true
windowsexporter = false
windowskubeproxy = false
windowsexporter = true
windowskubeproxy = true
kappiebasic = true
networkobservabilityRetina = true
networkobservabilityHubble = true
Expand Down Expand Up @@ -79,7 +79,7 @@ data:
minimal-ingestion-profile: |-
enabled = true
prometheus-collector-settings: |-
cluster_alias = ""
cluster_alias = "kaveeshwin_alias"
debug-mode = "true"
metadata:
name: ama-metrics-settings-configmap
Expand Down

0 comments on commit 9224567

Please sign in to comment.