s

spring-boot-micrometer-annotation

Spring integration of micrometer Timed and Counted annotation which add possibility to add dynamic tags over classes and method. Dynamic tag value will be evaluated using SpEL
https://github.com/Djoe-Denne/spring-boot-micrometer
Apache License, Version 2.0
Djoé DENNE
Files download
File Operation
spring-boot-micrometer-annotation-1.0.0.jar download
spring-boot-micrometer-annotation-1.0.0.pom download
spring-boot-micrometer-annotation-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.djoe-denne</groupId>
  <artifactId>spring-boot-micrometer-annotation</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.djoe-denne:spring-boot-micrometer-annotation:1.0.0'
Gradle Kotlin
implementation("io.github.djoe-denne:spring-boot-micrometer-annotation:1.0.0")
Scala SBT
libraryDependencies += "io.github.djoe-denne" % "spring-boot-micrometer-annotation" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.djoe-denne', module='spring-boot-micrometer-annotation', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.djoe-denne" name="spring-boot-micrometer-annotation" rev="1.0.0" />
Leiningen
[io.github.djoe-denne/spring-boot-micrometer-annotation "1.0.0"]
Apache Buildr
'io.github.djoe-denne:spring-boot-micrometer-annotation:jar:1.0.0'