Skip to content
Snippets Groups Projects

Feature/381 get multiple slo results

All threads resolved!
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -50,9 +50,11 @@ class AnalysisExecutor(
)
}
val sloName = slo.properties["name"] ?: ""
prometheusData.forEach { data ->
ioHandler.writeToCSVFile(
fileURL = "${fileURL}_${repetitionCounter++}",
fileURL = "${fileURL}_${sloName}_${repetitionCounter++}",
data = data.getResultAsList(),
columns = listOf("labels", "timestamp", "value")
)
Loading