The apache-geode-micrometer2 module includes integration support for Apache Geode 1.x with Micrometer 2.x.
10 lines
185 B
Groovy
10 lines
185 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
description = "Integration for Apache Geode and Micrometer 2"
|
|
|
|
dependencies {
|
|
|
|
implementation "io.micrometer:micrometer-binders"
|
|
|
|
}
|