actuator-metrics-collector

Aggregates and Flattens Actuator 2.0 metrics

License

License

Categories

Categories

Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

com.github.batscream
ArtifactId

ArtifactId

actuator-metrics-collector
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

actuator-metrics-collector
Aggregates and Flattens Actuator 2.0 metrics
Project URL

Project URL

https://github.com/BatScream/actuator-2-custom-metrics
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/BatScream/actuator-2-custom-metrics

Download actuator-metrics-collector

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.batscream/actuator-metrics-collector/ -->
<dependency>
    <groupId>com.github.batscream</groupId>
    <artifactId>actuator-metrics-collector</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.batscream/actuator-metrics-collector/
implementation 'com.github.batscream:actuator-metrics-collector:2.0.0'
// https://jarcasting.com/artifacts/com.github.batscream/actuator-metrics-collector/
implementation ("com.github.batscream:actuator-metrics-collector:2.0.0")
'com.github.batscream:actuator-metrics-collector:jar:2.0.0'
<dependency org="com.github.batscream" name="actuator-metrics-collector" rev="2.0.0">
  <artifact name="actuator-metrics-collector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.batscream', module='actuator-metrics-collector', version='2.0.0')
)
libraryDependencies += "com.github.batscream" % "actuator-metrics-collector" % "2.0.0"
[com.github.batscream/actuator-metrics-collector "2.0.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-actuator jar 2.0.4.RELEASE
org.projectlombok : lombok Optional jar 1.16.22
org.apache.commons : commons-lang3 jar 3.8
pl.jalokim.propertiestojson : java-properties-to-json jar 3.2
com.google.guava : guava jar 23.0

test (2)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.3
org.springframework.boot : spring-boot-starter-test jar 2.0.4.RELEASE

Project Modules

There are no modules declared in this project.

actuator-2-custom-metrics

build_status Maven Central

Custom metrics for spring boot actuator 2

The intention of this project is to have a bunch of custom endpoints to extract and transform the required metric information from the metrcis registry. I felt this is required when our infrastructure is not yet ready to consume the newer version of the metrics API provided actuator 2 which in turn uses micrometer.

Versions

Version
2.0.0
1.0.1