build.gradle.kts 183 B

12345678
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. testImplementation("io.opentelemetry:opentelemetry-sdk-metrics")
  6. testImplementation(project(":testing-common"))
  7. }