/
githubmirror
/
traefik
Обзор
Документация
Войти
/
githubmirror
/
traefik
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
integration/resources/compose/tracing.yml
13 строк
403 B
kevinpollet
Merge branch v2.11 into v3.6
30 июл 2026, 18:21
Не верифицирован
30 июл 2026, 18:21
6cd867d
Код
Авторство
О чём код?
services: tempo: hostname: tempo image: grafana/tempo:2.6.1 command: [ "-config.file=/etc/tempo.yaml" ] volumes: - ./fixtures/tracing/tempo.yaml:/etc/tempo.yaml otel-collector: image: otel/opentelemetry-collector-contrib:0.103.0 volumes: - ./fixtures/tracing/otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml whoami: image: traefik/whoami:v1.12.0