Closed netcoding closed 2 years ago
export for prometheus metrics with spring-boot-prometheus https://docs.spring.io/spring-metrics/docs/current/public/prometheus
it would be desirable if all api endpoints are exported as prometheus metrics.
these metrics can then be evaluated visually via dashboards with grafana.
this would replace a complete self-written UI as long as the service runs as a daemon and exports its metrics.
Could you give some examples of what exactly you'd want? Querying/computing all information on a "every few seconds" basis is rather compute intensive.
export for prometheus metrics with spring-boot-prometheus https://docs.spring.io/spring-metrics/docs/current/public/prometheus
it would be desirable if all api endpoints are exported as prometheus metrics.
these metrics can then be evaluated visually via dashboards with grafana.
this would replace a complete self-written UI as long as the service runs as a daemon and exports its metrics.