WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Compare changes
- Lorenz Boguhn authored
@@ -3,10 +3,13 @@ package theodolite.evaluation
@@ -22,8 +25,15 @@ class MetricFetcher(private val prometheusURL: String) {
Merge the new Theodolite implementation written in Kotlin. This issue fixed #148 (closed).