mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 09:33:34 -06:00
Devenv: Enable tracing for loki docker block (#20309)
This commit is contained in:
parent
2850419470
commit
6d70545c07
@ -1,6 +1,6 @@
|
||||
jaeger:
|
||||
image: jaegertracing/all-in-one:latest
|
||||
ports:
|
||||
- "127.0.0.1:6831:6831/udp"
|
||||
- "6831:6831"
|
||||
- "16686:16686"
|
||||
|
||||
|
@ -4,7 +4,12 @@
|
||||
ports:
|
||||
- "3100:3100"
|
||||
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:
|
||||
image: grafana/promtail:master
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user