summaryrefslogtreecommitdiff
path: root/example/tracing/docker-compose.yaml
AgeCommit message (Collapse)AuthorFiles
2025-02-06[chore] update otel libraries (#3740)Libravatar Dominik Süß1
* chore: update otel dependencies * refactor: combine tracing & metrics in observability package * chore: update example tracing compose file
2023-06-09[docs] Add example tracing infrastructure (#1866)Libravatar Daenney1
This adds an example on how to get Grafana Tempo up to receive spans as well as Grafana itself to view them. I've added this as a separate Tracing doc in the installation guide as the Advanced one was starting to get rather full. Fixes: #1791