caronc / apprise-api

A lightweight REST framework that wraps the Apprise Notification Library
https://hub.docker.com/r/caronc/apprise
MIT License
580 stars 50 forks source link

Prometheus endpoint #143

Open trajano opened 8 months ago

trajano commented 8 months ago

:bulb: The Idea Provide a /metrics endpoint so we can see the usage in Grafana

:hammer: Breaking Feature

caronc commented 8 months ago

Prometheus polls, does it not? should this be basically a /prometheus endpoint that should be added into the Apprise API instead?

trajano commented 8 months ago

Yup prom does polling normally. And your solution sounds good.