microprofile-grafana
microprofile-grafana copied to clipboard
MicroProfile Grafana Operator?
Thanks for that great project!
What would it take to automate all the manual steps into an operator? I haven't think about it much from a technical standpoint, but it looks like it would be awesome to use that project in the context of an operator-based architecture, so that the MicroProfile metrics endpoints could be discovered and a Grafana instance deployed in the same cluster auto-configured.
For example, in Camel K, we auto-configure MicroProfile Metrics endpoints with Quarkus:
https://camel.apache.org/camel-k/latest/observability/monitoring.html#_quarkus
When deployed on OpenShift, it integrates with the monitoring stack that comes OOTB, specifically with Prometheus.
It'd would be awesome if visualisation with Grafana could also be auto-configured.