spring-boot-execution-metric

Measure execution times of critical code blocks and expose statistics as actuator metrics

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

eu.hinsch
ArtifactId

ArtifactId

spring-boot-execution-metric
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

spring-boot-execution-metric
Measure execution times of critical code blocks and expose statistics as actuator metrics
Project URL

Project URL

https://github.com/lukashinsch/spring-boot-execution-metric/

Download spring-boot-execution-metric

How to add to project

<!-- https://jarcasting.com/artifacts/eu.hinsch/spring-boot-execution-metric/ -->
<dependency>
    <groupId>eu.hinsch</groupId>
    <artifactId>spring-boot-execution-metric</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.hinsch/spring-boot-execution-metric/
implementation 'eu.hinsch:spring-boot-execution-metric:0.2.2'
// https://jarcasting.com/artifacts/eu.hinsch/spring-boot-execution-metric/
implementation ("eu.hinsch:spring-boot-execution-metric:0.2.2")
'eu.hinsch:spring-boot-execution-metric:jar:0.2.2'
<dependency org="eu.hinsch" name="spring-boot-execution-metric" rev="0.2.2">
  <artifact name="spring-boot-execution-metric" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.hinsch', module='spring-boot-execution-metric', version='0.2.2')
)
libraryDependencies += "eu.hinsch" % "spring-boot-execution-metric" % "0.2.2"
[eu.hinsch/spring-boot-execution-metric "0.2.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-aop jar 1.2.0.RELEASE
org.springframework.boot : spring-boot-starter-web jar 1.2.0.RELEASE
org.springframework.boot : spring-boot-starter-actuator jar 1.2.0.RELEASE

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.2.0.RELEASE
com.jayway.jsonpath : json-path jar 0.9.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0