Hello everyone. If you deploy webapps in a k8s cluster and you want to do "is it up?" monitoring on those, I created a small utility that runs in the cluster, auto-discovers exposed endpoints (via ingresses) and periodically pings them, generating OpenTelemetry metrics that you can alert/graph in SigNoz. Take a look here : https://github.com/exo7-ca/k8s-http-monitor
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.