Kinto / kinto

A generic JSON document store with sharing and synchronisation capabilities.
http://docs.kinto-storage.org/
Other
4.33k stars 421 forks source link

Add Promotheus support #3407

Open leplatrem opened 5 months ago

leplatrem commented 5 months ago

https://prometheus.io/docs/introduction/overview/

Currently, when installed with [monitoring], Kinto has support for Newrelic and StatsD.

These choices are 7 years old, and may have to be revisited. Namely, we would like to add Prometheus support.

This would probably consist in replacing. app.registry.statsd with something else like an abstraction app.registry.metrics interface. Since Prometheus requires a new endpoint, and some users may want to stick with StatsD, it could probably be implemented as a built-in plugin.

Natim commented 5 months ago

Nice!