observability-kit 0.1.0

Configuration and other common entities related to observability
Documentation
1
2
3
4
5
6
7
8
version: "3.9"

services:
  jaeger:
    image: jaegertracing/all-in-one:latest
    environment:
      - COLLECTOR_OTLP_ENABLED=true
    ports: ["4317:4317", "4318:4318", "16686:16686"]