dynamic-actuator-metrics
Expends Spring Boot actuator metrics to support dynamically created metrics by tag. See full details here: https://dzone.com/articles/spring-boot-metrics-with-dynamic-tag-values
License |
License |
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.firedome |
ArtifactId | ArtifactIddynamic-metrics |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDynamic actuator metrics
Helper classes to dynamically create metrics with tags for Spring Boot 2.0 applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dynamic-metrics-1.0.pom | |
dynamic-metrics-1.0.jar | 10 KB |
dynamic-metrics-1.0-sources.jar | 4 KB |
dynamic-metrics-1.0-javadoc.jar | 411 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.firedome/dynamic-metrics/ -->
<dependency>
<groupId>io.firedome</groupId>
<artifactId>dynamic-metrics</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.firedome/dynamic-metrics/
implementation 'io.firedome:dynamic-metrics:1.0'
// https://jarcasting.com/artifacts/io.firedome/dynamic-metrics/
implementation ("io.firedome:dynamic-metrics:1.0")
'io.firedome:dynamic-metrics:jar:1.0'
<dependency org="io.firedome" name="dynamic-metrics" rev="1.0">
<artifact name="dynamic-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.firedome', module='dynamic-metrics', version='1.0')
)
libraryDependencies += "io.firedome" % "dynamic-metrics" % "1.0"
[io.firedome/dynamic-metrics "1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.micrometer : micrometer-core | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
Expends Spring Boot actuator metrics to support dynamically created metrics by tag. See full details here: https://dzone.com/articles/spring-boot-metrics-with-dynamic-tag-values