License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdnet.bjohannsen |
ArtifactId | ArtifactIdspring-boot-actuator-jmx-metrics-exporter |
Version | Version2.0.1-RELEASE |
Type | Typejar |
Description |
DescriptionSpring Boot Actuator JMX Metrics Exporter
Library to export JMX MBean attributes as Spring Boot Actuator metrics
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.bjohannsen/spring-boot-actuator-jmx-metrics-exporter/ -->
<dependency>
<groupId>net.bjohannsen</groupId>
<artifactId>spring-boot-actuator-jmx-metrics-exporter</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.bjohannsen/spring-boot-actuator-jmx-metrics-exporter/
implementation 'net.bjohannsen:spring-boot-actuator-jmx-metrics-exporter:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/net.bjohannsen/spring-boot-actuator-jmx-metrics-exporter/
implementation ("net.bjohannsen:spring-boot-actuator-jmx-metrics-exporter:2.0.1-RELEASE")
'net.bjohannsen:spring-boot-actuator-jmx-metrics-exporter:jar:2.0.1-RELEASE'
<dependency org="net.bjohannsen" name="spring-boot-actuator-jmx-metrics-exporter" rev="2.0.1-RELEASE">
<artifact name="spring-boot-actuator-jmx-metrics-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bjohannsen', module='spring-boot-actuator-jmx-metrics-exporter', version='2.0.1-RELEASE')
)
libraryDependencies += "net.bjohannsen" % "spring-boot-actuator-jmx-metrics-exporter" % "2.0.1-RELEASE"
[net.bjohannsen/spring-boot-actuator-jmx-metrics-exporter "2.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
io.micrometer : micrometer-core | jar | 1.0.10 |
org.slf4j : slf4j-api | jar | 1.7.26 |
org.springframework : spring-context | jar | 5.0.13.RELEASE |
org.springframework.boot : spring-boot-actuator | jar | 2.0.9.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.9.RELEASE |
com.fasterxml.jackson.core : jackson-core | jar | 2.9.8 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |