kubero icon indicating copy to clipboard operation
kubero copied to clipboard

Add a metrics endpoint for Prometheus

Open mms-gianni opened this issue 2 years ago • 2 comments

It would be nice to have a possibility to see how many apps are running and what the status is.

mms-gianni avatar Oct 17 '23 15:10 mms-gianni

I like the idea of prometheus-queryable metrics for apps and pipelines.

Have you considered using kube state metrics for basic monitoring of custom resources and their state? If the first step in monitoring kubero is just "What is running an what is the status" it'd be pretty simple to list all kuberoapps and their status (via the Status field).

I'll setup an example in the next few days and share my config if you are interested in this approach.

nicolaiort avatar Mar 13 '24 12:03 nicolaiort

I had a closer look into kube_state_metrics. Very cool project I was not aware of yet. It provides a ton of metrics.

Looking forward on your approach .

mms-gianni avatar Mar 13 '24 22:03 mms-gianni