Common prometheus metrics stuff that I happen to use on some of my projects.
See the Prometheus Java Client: https://github.com/prometheus/client_java
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'space.npstr:prometheus_extensions:x.y.z'
}