apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
242 stars 112 forks source link

Add useful Operator metrics #690

Open janhoy opened 3 months ago

janhoy commented 3 months ago

Since #307 we now have generic go metrics, like mem, gc, threads etc.

Let's add application level metrics for the operator iself, that could be useful for Grafana Board and alerts. Suggestions:

Goal would be to make a simple Grafana board where you can filter on namespace etc to see raw operator health, and at a glance whether some operations are in failure state etc. Futher filter by labels like SolrCloud name, so you can see number of failed operations towards each cluster, and when they happened.