Skip to content

Commit

Permalink
Add note about preventing self-instrumentation (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
marevers authored Jan 14, 2025
1 parent 830bb59 commit d2e018a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions charts/beyla/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,13 @@ config:
# cloud_zone: prod-eu-west-0
# cloud_instance_id: 123456
# cloud_api_key:
## when supplying a custom discovery configuration it is recommended to add
## the below default excludes because they would be overwritten otherwise.
## these default excludes prevent Beyla from instrumenting itself.
## if omitted, self-instrumentation will be enabled.
# discovery:
# exclude_services:
# - exe_path: ".*alloy.*|.*otelcol.*|.*beyla.*"
attributes:
kubernetes:
enable: true
Expand All @@ -219,13 +226,13 @@ config:
not_match: '{kube*,*jaeger-agent*,*prometheus*,*promtail*,*grafana-agent*}'
k8s_src_owner_name:
not_match: '{kube*,*jaeger-agent*,*prometheus*,*promtail*,*grafana-agent*}'
# to enable network metrics
## to enable network metrics
# network:
# enable: true
prometheus_export:
port: 9090
path: /metrics
# to enable internal metrics
## to enable internal metrics
# internal_metrics:
# prometheus:
# port: 6060
Expand Down

0 comments on commit d2e018a

Please sign in to comment.