License |
License |
---|---|
Categories |
CategoriesCLI User Interface Prometheus Application Testing & Monitoring Monitoring |
GroupId | GroupIdde.m3y.prometheus.client |
ArtifactId | ArtifactIdprometheus-client-webapp |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionPrometheus client webapp wrapper
A simple WAR wrapper for instrumenting your app server and exposing metrics.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/de.m3y.prometheus.client/prometheus-client-webapp/ -->
<dependency>
<groupId>de.m3y.prometheus.client</groupId>
<artifactId>prometheus-client-webapp</artifactId>
<version>0.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/de.m3y.prometheus.client/prometheus-client-webapp/
implementation 'de.m3y.prometheus.client:prometheus-client-webapp:0.3'
// https://jarcasting.com/artifacts/de.m3y.prometheus.client/prometheus-client-webapp/
implementation ("de.m3y.prometheus.client:prometheus-client-webapp:0.3")
'de.m3y.prometheus.client:prometheus-client-webapp:war:0.3'
<dependency org="de.m3y.prometheus.client" name="prometheus-client-webapp" rev="0.3">
<artifact name="prometheus-client-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='de.m3y.prometheus.client', module='prometheus-client-webapp', version='0.3')
)
libraryDependencies += "de.m3y.prometheus.client" % "prometheus-client-webapp" % "0.3"
[de.m3y.prometheus.client/prometheus-client-webapp "0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.prometheus : simpleclient | jar | 0.11.0 |
io.prometheus : simpleclient_hotspot | jar | 0.11.0 |
io.prometheus : simpleclient_servlet | jar | 0.11.0 |
io.prometheus.jmx : collector | jar | 0.16.1 |
org.yaml : snakeyaml | jar | 1.29 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
javax.servlet.jsp : javax.servlet.jsp-api | jar | 2.3.3 |
org.eclipse.jetty : jetty-runner | jar | 9.4.43.v20210629 |