File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11configs :
22 beyla.yaml :
33 content : |
4+ discovery:
5+ services:
6+ - open_ports: "1-65535"
7+
8+ exclude_services:
9+ - exe_path: ".*/vector$"
10+
411 otel_metrics_export:
512 features:
613 - application
@@ -57,14 +64,10 @@ services:
5764 # Override OTLP endpoint to point to collector container
5865 - OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:34320
5966 - OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
60- - BEYLA_OPEN_PORT=1-65535
61- - BEYLA_EXCLUDE_OTEL_INSTRUMENTED_SERVICES=false
6267 - BEYLA_BPF_CONTEXT_PROPAGATION=all
6368 - BEYLA_BPF_TRACK_REQUEST_HEADERS=true
6469 - BEYLA_METRICS_INTERVAL=15s
6570 - BEYLA_CONFIG_PATH=/etc/beyla/beyla.yaml
66- # Set service name so we can monitor Beyla itself
67- - OTEL_SERVICE_NAME=better-stack-collector-beyla
6871 configs :
6972 - source : beyla.yaml
7073 target : /etc/beyla/beyla.yaml
You can’t perform that action at this time.
0 commit comments