is not current version
Last Version 0.2.2

eu.hinsch:spring-boot-execution-metric 0.1.1

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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

eu.hinsch
ArtifactId

ArtifactId

spring-boot-execution-metric
Version

Version

0.1.1
Type

Type

jar

Download spring-boot-execution-metric 0.1.1


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