License |
License |
---|---|
Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
GroupId | GroupIdcom.github.nicholasren |
ArtifactId | ArtifactIdprometheus-springboot-support |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprometheus-springboot-support
prometheus-springboot-support is a library which bring prometheus monitoring to springboot application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.nicholasren/prometheus-springboot-support/ -->
<dependency>
<groupId>com.github.nicholasren</groupId>
<artifactId>prometheus-springboot-support</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicholasren/prometheus-springboot-support/
implementation 'com.github.nicholasren:prometheus-springboot-support:0.0.4'
// https://jarcasting.com/artifacts/com.github.nicholasren/prometheus-springboot-support/
implementation ("com.github.nicholasren:prometheus-springboot-support:0.0.4")
'com.github.nicholasren:prometheus-springboot-support:jar:0.0.4'
<dependency org="com.github.nicholasren" name="prometheus-springboot-support" rev="0.0.4">
<artifact name="prometheus-springboot-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicholasren', module='prometheus-springboot-support', version='0.0.4')
)
libraryDependencies += "com.github.nicholasren" % "prometheus-springboot-support" % "0.0.4"
[com.github.nicholasren/prometheus-springboot-support "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.aspectj : aspectjweaver | jar | 1.8.13 |
org.springframework : spring-web | jar | 5.0.4.RELEASE |
org.springframework.boot : spring-boot | jar | 2.0.0.RELEASE |
io.prometheus : simpleclient | jar | 0.0.14 |
io.prometheus : simpleclient_servlet | jar | 0.0.14 |
io.prometheus : simpleclient_hotspot | jar | 0.0.14 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |
org.assertj : assertj-core | jar | 3.4.1 |
org.junit.platform : junit-platform-runner | jar | 1.1.0 |
org.mockito : mockito-core | jar | 2.0.106-beta |