Introduce benchmark evalutation implementation in Kotlin
Add a SLO checker interface to connect from Kotlin to the SLO Checker implementation in Python.
Designs
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Benedikt Wetzel changed title from Introduce benchmark evaluation to Introduce benchmark implementation in Kotlin
changed title from Introduce benchmark evaluation to Introduce benchmark implementation in Kotlin
- Benedikt Wetzel changed title from Introduce benchmark implementation in Kotlin to Introduce benchmark evalutation implementation in Kotlin
changed title from Introduce benchmark implementation in Kotlin to Introduce benchmark evalutation implementation in Kotlin
- Benedikt Wetzel mentioned in issue #136 (closed)
mentioned in issue #136 (closed)
- Benedikt Wetzel marked this issue as related to #136 (closed)
marked this issue as related to #136 (closed)
- Benedikt Wetzel mentioned in merge request !78 (merged)
mentioned in merge request !78 (merged)
- Sören Henning changed milestone to %0.5.0
changed milestone to %0.5.0
- Sören Henning added Theodolite Kotlin To Do modul/theodolite labels
added Theodolite Kotlin To Do modul/theodolite labels
- Sören Henning added Master Project 20/21 label
added Master Project 20/21 label
- Owner
We will have an
SloChecker
interface with a method such asevaluate(..): boolean
, which returns if the SLO is met and false otherwise. We are currently thinking of only one implementation of this interface (maybe more for testing purposes), which delegates the SLO check to another process, planed to be running in a separate container.Still open is:
- How should request data from Prometheus?
- What is passed to the
evaluate(..): boolean
method?
- Benedikt Wetzel assigned to @stu126940
assigned to @stu126940
- Benedikt Wetzel added In Progress label and removed To Do label
added In Progress label and removed To Do label
- Benedikt Wetzel mentioned in merge request !92 (merged)
mentioned in merge request !92 (merged)
- Owner
Fixed with !92 (merged)
- Sören Henning closed
closed
- Sören Henning removed In Progress label
removed In Progress label