Commit 6d70545c by David Committed by GitHub

Devenv: Enable tracing for loki docker block (#20309)

parent 28504194
jaeger: jaeger:
image: jaegertracing/all-in-one:latest image: jaegertracing/all-in-one:latest
ports: ports:
- "127.0.0.1:6831:6831/udp" - "6831:6831"
- "16686:16686" - "16686:16686"
...@@ -4,7 +4,12 @@ ...@@ -4,7 +4,12 @@
ports: ports:
- "3100:3100" - "3100:3100"
command: -config.file=/etc/loki/local-config.yaml command: -config.file=/etc/loki/local-config.yaml
# Optional jaeger tracing
environment:
- JAEGER_AGENT_HOST=jaeger
- JAEGER_AGENT_PORT=6831
- JAEGER_SAMPLER_TYPE=const
- JAEGER_SAMPLER_PARAM=1
promtail: promtail:
image: grafana/promtail:master image: grafana/promtail:master
volumes: volumes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment