aurweb/docker/health/tempo.sh
Levente Polyak 439ccd4aa3
feat(docker): add full grafana, prometheus, tempo setup for local dev
This is a very useful stack for local development as well, by allowing
to easily access a local grafana instance and look at the accessed
endpoints, query usage and durations etc.
As a nice side effect this also makes sure we have an easy way to
actually test any changes to the opentelemetry integration in an actual
environment instead of just listening to a raw socket.
2024-08-19 15:26:29 +02:00

2 lines
61 B
Bash
Executable file

#!/bin/sh
exec wget -q http://tempo:3200/status -O /dev/null