C-Otto / lnd-manageJ

MIT License
52 stars 11 forks source link

Feature Request: export prometheus-metrics for grafana-dashboards #25

Closed netcoding closed 2 years ago

netcoding commented 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.

C-Otto commented 2 years ago

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.