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

14 lines
342 B
Plaintext

plugins {
id("otel.library-instrumentation")
}
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")
}