mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Instrumentation: Guidance/conventions for logs, metrics and traces (#55562)
A first rough draft of adding some guidance/conventions for instrumenting Grafana with logs, metrics and traces together with how to run things locally to query/visualize logs, metrics and traces. Closes #55470 Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> Co-authored-by: Kristin Laemmert <mildwonkey@users.noreply.github.com> Co-authored-by: Carl Bergquist <carl.bergquist@gmail.com>
This commit is contained in:
co-authored by
Emil Tullstedt
Kristin Laemmert
Carl Bergquist
parent
ab13b951ed
commit
919a26f389
@@ -25,7 +25,7 @@
|
||||
promtail:
|
||||
image: grafana/promtail:master
|
||||
volumes:
|
||||
- ./docker/blocks/loki/config.yaml:/etc/promtail/docker-config.yaml
|
||||
- ./docker/blocks/loki-promtail/promtail-config.yaml:/etc/promtail/docker-config.yaml
|
||||
- /var/log:/var/log
|
||||
- ../data/log:/var/log/grafana
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user