diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-08-27 16:41:55 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-09-07 14:34:30 +0200 |
| commit | aaedd4f3eed83d0c3ebc829fec08a1749a2bfba4 (patch) | |
| tree | 3b43c8da1ab285c4b965a6042215fb694f6ee909 /opendc-web/opendc-web-runner/build.gradle.kts | |
| parent | befec2f1ddf3a6e6d15d9d1b9fd1ecbbc4f38960 (diff) | |
refactor(capelin): Move metric collection outside Capelin code
This change moves the metric collection outside the Capelin codebase in
a separate module so other modules can also benefit from the compute
metric collection code.
Diffstat (limited to 'opendc-web/opendc-web-runner/build.gradle.kts')
| -rw-r--r-- | opendc-web/opendc-web-runner/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-web/opendc-web-runner/build.gradle.kts b/opendc-web/opendc-web-runner/build.gradle.kts index ec4a4673..99051e8e 100644 --- a/opendc-web/opendc-web-runner/build.gradle.kts +++ b/opendc-web/opendc-web-runner/build.gradle.kts @@ -39,6 +39,7 @@ dependencies { implementation(projects.opendcExperiments.opendcExperimentsCapelin) implementation(projects.opendcSimulator.opendcSimulatorCore) implementation(projects.opendcTelemetry.opendcTelemetrySdk) + implementation(projects.opendcTelemetry.opendcTelemetryCompute) implementation(libs.kotlin.logging) implementation(libs.clikt) |
