Repository URL to install this package:
Version:
0.1.2 ▾
|
sources:
systemd:
services:
# add the services you wish to auto instrument here
# - service_name: example
ignored_service_names:
- rsyslog
- ssh
- networkd-dispatcher
- unattended-upgrades
- cron
- snap
- dbus
- systemd-udevd
- systemd-logind
destinations:
# Debug destination to validate that Odigos is receiving telemetry. Can be removed.
- name: debug
type: debug
signals:
# Add destinations for traces, logs, and metrics
- LOGS
- TRACES
- METRICS
# Example of Generic OTLP endpoint
# - name: OTLP endpoint
# type: otlp
# config:
# OTLP_GRPC_ENDPOINT: otel-host:4317
# signals:
# - TRACES
# - METRICS
# Example of Jaeger endpoint
# - name: Jaeger endpoint
# type: jaeger
# config:
# JAEGER_URL: jaeger-host:4317
# signals:
# - TRACES