Files
devops-infra-helm-charts-gcp/helm-templates/opentelemetry-collector-0.158.1/ci/preset-profiling-kubernetesattributes-values.yaml
T
2026-08-26 03:39:42 +05:30

38 lines
674 B
YAML

mode: daemonset
image:
repository: "ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-ebpf-profiler"
command:
name: "otelcol-ebpf-profiler"
extraArgs: ["--feature-gates=+service.profilesSupport"]
presets:
profiling:
enabled: true
kubernetesAttributes:
enabled: true
resources:
limits:
cpu: 100m
memory: 200M
alternateConfig:
receivers:
profiling: {}
exporters:
debug: {}
extensions:
health_check:
endpoint: ${env:MY_POD_IP}:13133
service:
extensions:
- health_check
pipelines:
profiles:
receivers:
- profiling
exporters:
- debug