Open
Description
We need to add Prometheus Support, not as a plugin but as part of the core architecture of Janus. Ideally, we should have a way to choose which instrumentation we want to use (statsd
, prometheus
, etc). This means we have to encapsulate our current statsd implementation into something that can be replaced by other implementations.
- Janus should, of course, expose the
metrics
endpoint for Prometheus. - All the metrics that we have today should also be in Prometheus or whatever other implementation we have, the keys could be different, but ideally should be as similar as possible.