otel-bootstrap 0.4.0

One-call OpenTelemetry bootstrap — traces + metrics with OTLP export
Documentation
1
2
3
4
5
6
7
8
9
10
services:
  otel-collector:
    image: otel/opentelemetry-collector-contrib:0.150.1
    command: ["--config", "/etc/otel/config.yaml"]
    user: "${OTEL_UID:-1000}:${OTEL_GID:-1000}"
    ports:
      - "4317:4317"
    volumes:
      - ./collector-config.yaml:/etc/otel/config.yaml:ro
      - ./collector-output:/var/lib/otel