summaryrefslogtreecommitdiff
path: root/opendc-compute/opendc-compute-service/build.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-08-17 17:38:53 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-09-07 14:24:40 +0200
commit2dd9cc6ded8c47046f4faa1b2dd6aed1085d6644 (patch)
tree2805a7bfaf429a49628ee823422251b39a31be0e /opendc-compute/opendc-compute-service/build.gradle.kts
parenteb4de7f832c6d26725e0d7c29644c704ea82604e (diff)
feat(compute): Track provisioning response time
This change adds a metric for the provisioning time of virtual machines by the compute service.
Diffstat (limited to 'opendc-compute/opendc-compute-service/build.gradle.kts')
-rw-r--r--opendc-compute/opendc-compute-service/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-compute/opendc-compute-service/build.gradle.kts b/opendc-compute/opendc-compute-service/build.gradle.kts
index e0e48b0f..33cafc45 100644
--- a/opendc-compute/opendc-compute-service/build.gradle.kts
+++ b/opendc-compute/opendc-compute-service/build.gradle.kts
@@ -35,6 +35,7 @@ dependencies {
api(projects.opendcTelemetry.opendcTelemetryApi)
implementation(projects.opendcUtils)
implementation(libs.kotlin.logging)
+ implementation(libs.opentelemetry.semconv)
testImplementation(projects.opendcSimulator.opendcSimulatorCore)
testRuntimeOnly(libs.log4j.slf4j)