License |
License |
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring ORM Data |
GroupId | GroupIdcom.github.apolselli |
ArtifactId | ArtifactIdweb-performance-metrics |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWeb Performance Metrics
A web-app lib useful to collect HTTP API performance metrics and expose them via JMX for monitoring purposes.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.apolselli/web-performance-metrics/ -->
<dependency>
<groupId>com.github.apolselli</groupId>
<artifactId>web-performance-metrics</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.apolselli/web-performance-metrics/
implementation 'com.github.apolselli:web-performance-metrics:1.1'
// https://jarcasting.com/artifacts/com.github.apolselli/web-performance-metrics/
implementation ("com.github.apolselli:web-performance-metrics:1.1")
'com.github.apolselli:web-performance-metrics:jar:1.1'
<dependency org="com.github.apolselli" name="web-performance-metrics" rev="1.1">
<artifact name="web-performance-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.apolselli', module='web-performance-metrics', version='1.1')
)
libraryDependencies += "com.github.apolselli" % "web-performance-metrics" % "1.1"
[com.github.apolselli/web-performance-metrics "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 6.0 |