Opentelemetry for managed services
T
Team Caido
I would like to be able to use any monitory service I want for my managed services like postgres. This usually requires allowing this third-party to scrape opentelemetry metrics from your services. Easily doable when you control the runtime, but not so much when it is a managed service like Postgres or a load balancer.
Example of very important metrics:
- Rate of status code (especially 5xx and 4xx)
- RAM/CPU usage in the database
Log In