summaryrefslogtreecommitdiff
path: root/simulator/buildSrc/src
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/buildSrc/src')
-rw-r--r--simulator/buildSrc/src/main/kotlin/Versions.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/simulator/buildSrc/src/main/kotlin/Versions.kt b/simulator/buildSrc/src/main/kotlin/Versions.kt
index d1df6284..6aa9260b 100644
--- a/simulator/buildSrc/src/main/kotlin/Versions.kt
+++ b/simulator/buildSrc/src/main/kotlin/Versions.kt
@@ -49,6 +49,11 @@ public class Versions(private val project: Project) {
val kotlinxCoroutines by version(name = "kotlinx-coroutines")
+ val otelApi by version(name = "opentelemetry-api")
+ val otelApiMetrics by version(name = "opentelemetry-api-metrics")
+ val otelSdk by version(name = "opentelemetry-sdk")
+ val otelSdkMetrics by version(name = "opentelemetry-sdk-metrics")
+
/**
* Obtain the version for the specified [dependency][name].