Skip to content
Snippets Groups Projects
Commit a6a4d1c7 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'feature/381-get-multiple-slo-results' into 'master'

Feature/381 get multiple slo results

Closes #381

See merge request !274
parents eda8376a 9d5fdfbd
No related branches found
No related tags found
1 merge request!274Feature/381 get multiple slo results
Pipeline #8560 passed
...@@ -48,9 +48,9 @@ class AnalysisExecutor( ...@@ -48,9 +48,9 @@ class AnalysisExecutor(
) )
} }
prometheusData.forEach { data -> prometheusData.forEach{ data ->
ioHandler.writeToCSVFile( ioHandler.writeToCSVFile(
fileURL = "${fileURL}_${repetitionCounter++}", fileURL = "${fileURL}_${slo.name}_${repetitionCounter++}",
data = data.getResultAsList(), data = data.getResultAsList(),
columns = listOf("labels", "timestamp", "value") columns = listOf("labels", "timestamp", "value")
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment