Aurora Prometheus
Prometheus configuration for Java applications at The Norwegian Tax Administration
See in MetricsConfig for our collectors.
See in tests for example usage on how to use the various metrics.
License |
License |
---|---|
Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
GroupId | GroupIdno.skatteetaten.aurora |
ArtifactId | ArtifactIdaurora-prometheus |
Last Version | Last Version2.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaurora-prometheus
Library to set up Prometheus collectors for java applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aurora-prometheus-2.1.3.pom | |
aurora-prometheus-2.1.3.jar | 22 KB |
aurora-prometheus-2.1.3-sources.jar | 9 KB |
aurora-prometheus-2.1.3-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.skatteetaten.aurora/aurora-prometheus/ -->
<dependency>
<groupId>no.skatteetaten.aurora</groupId>
<artifactId>aurora-prometheus</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/no.skatteetaten.aurora/aurora-prometheus/
implementation 'no.skatteetaten.aurora:aurora-prometheus:2.1.3'
// https://jarcasting.com/artifacts/no.skatteetaten.aurora/aurora-prometheus/
implementation ("no.skatteetaten.aurora:aurora-prometheus:2.1.3")
'no.skatteetaten.aurora:aurora-prometheus:jar:2.1.3'
<dependency org="no.skatteetaten.aurora" name="aurora-prometheus" rev="2.1.3">
<artifact name="aurora-prometheus" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.skatteetaten.aurora', module='aurora-prometheus', version='2.1.3')
)
libraryDependencies += "no.skatteetaten.aurora" % "aurora-prometheus" % "2.1.3"
[no.skatteetaten.aurora/aurora-prometheus "2.1.3"]
Group / Artifact | Type | Version |
---|---|---|
io.prometheus : simpleclient | jar | 0.6.0 |
io.prometheus : simpleclient_common | jar | 0.6.0 |
io.prometheus : simpleclient_hotspot | jar | 0.6.0 |
io.prometheus : simpleclient_logback | jar | 0.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
org.codehaus.groovy : groovy-all | jar | 2.4.1 |
cglib : cglib-nodep | jar | 3.1 |
org.objenesis : objenesis | jar | 2.1 |
Prometheus configuration for Java applications at The Norwegian Tax Administration
See in MetricsConfig for our collectors.
See in tests for example usage on how to use the various metrics.