@@ -34,14 +34,6 @@ collector:
3434 # Affinity
3535 affinity : {}
3636
37- # Service configuration
38- service :
39- type : ClusterIP
40- port : 34320
41-
42- # Port for internal OTLP communication
43- otlpPort : 34320
44-
4537 # Host filesystem mount configuration
4638 # By default, mounts the entire host root filesystem at /host (read-only)
4739 # You can specify specific paths to mount instead. Each path will be mounted
@@ -62,25 +54,6 @@ beyla:
6254
6355 # Environment variables
6456 env :
65- # OTEL_EXPORTER_OTLP_ENDPOINT is set dynamically in the template
66- OTEL_EXPORTER_OTLP_PROTOCOL : " http/protobuf"
67- BEYLA_DISCOVERY_POLL_INTERVAL : " 30s"
68- BEYLA_MIN_PROCESS_AGE : " 20s"
69- BEYLA_CONFIG_PATH : " /etc/beyla/beyla.yaml"
70- BEYLA_OPEN_PORT : " " # Set to "1-32767" to skip ephemeral ports, set to "1-65535" to enable all ports
71- BEYLA_PROFILE_PORT : " " # Set to 6060 for profiling
72- BEYLA_LOG_LEVEL : " " # Options: debug, info, warn, error
73- OTEL_TRACES_SAMPLER : " " # Set to "traceidratio" for sampling
74- OTEL_TRACES_SAMPLER_ARG : " " # Set to "0.1" for 10% sampling
75- OTEL_EBPF_NETWORK_CACHE_MAX_FLOWS : " "
76- BEYLA_EXCLUDE_OTEL_INSTRUMENTED_SERVICES : " "
77- BEYLA_BPF_CONTEXT_PROPAGATION : " "
78- BEYLA_BPF_TRACK_REQUEST_HEADERS : " "
79-
80- # Kubernetes metadata for just current node
81- BEYLA_KUBE_METADATA_ENABLE : " true"
82- BEYLA_KUBE_META_RESTRICT_LOCAL_NODE : " true"
83-
8457 # Makes garbage collection more aggressive once memory is over this threshold
8558 # Too low might cause GC to run too often and increase CPU usage
8659 GOMEMLIMIT : 1400MiB
0 commit comments