grafana / docker-otel-lgtm

OpenTelemetry backend in a Docker image
Apache License 2.0
327 stars 62 forks source link

Print message when the stack is up and running #2

Closed fstab closed 1 year ago

fstab commented 1 year ago

Changed the startup script to print the following line when the stack is up and running:

The OpenTelemtry collector and the Grafana LGTM stack are up and running!

This should be useful for Testcontainers' Log output Wait Strategy.


Note: Actually the script only checks if the collector and Prometheus are up and running. This is already helpful, because it means you can successfully push telemetry to the collector and query Prometheus. However, for completeness it would be cool to check the other services as well.