Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
odigos / etc / odigos-vmagent / agent.yaml
Size: Mime:
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