build.gradle.kts 342 B

12345678910111213
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. implementation("io.opentelemetry:opentelemetry-api-metrics")
  6. library("com.github.oshi:oshi-core:5.3.1")
  7. testImplementation("io.opentelemetry:opentelemetry-sdk-metrics")
  8. testImplementation(project(":testing-common"))
  9. testImplementation("org.assertj:assertj-core")
  10. }