opentelemetry-java-instrume.../instrumentation/oshi/library/oshi-library.gradle

12 lines
349 B
Groovy

apply from: "$rootDir/gradle/instrumentation-library.gradle"
dependencies {
implementation "io.opentelemetry:opentelemetry-api-metrics"
library "com.github.oshi:oshi-core:5.3.1"
testImplementation "io.opentelemetry:opentelemetry-sdk-metrics"
testImplementation project(':testing-common')
testImplementation "org.assertj:assertj-core"
}