Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 456 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 456 Bytes

Prometheus Extensions Release

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'
	}