You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: