Skip to content

Commit

Permalink
add a test for old and new metrics incubator api (#11084)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Apr 10, 2024
1 parent c20e157 commit 0f51b94
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ testing {
implementation("io.opentelemetry:opentelemetry-api-incubator:1.37.0-alpha")
}
}
val oldAndNewIncubatorTest by registering(JvmTestSuite::class) {
dependencies {
implementation("io.opentelemetry:opentelemetry-api-incubator:1.37.0-alpha")
implementation("io.opentelemetry:opentelemetry-extension-incubator:1.32.0-alpha")
}
}
}
}

Expand Down
Loading

0 comments on commit 0f51b94

Please sign in to comment.