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.
Changed the startup script to print the following line when the stack is 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.