Skip to content
Snippets Groups Projects
Commit 7fafe6b5 authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Merge branch 'master' into fix/378-adjust-CRD-objects

parents fa382f8c e33894e4
No related branches found
No related tags found
1 merge request!283Use custom image for Helm testing in CI
Pipeline #8568 passed
...@@ -20,7 +20,7 @@ private val logger = KotlinLogging.logger {} ...@@ -20,7 +20,7 @@ private val logger = KotlinLogging.logger {}
const val DEPLOYED_FOR_EXECUTION_LABEL_NAME = "deployed-for-execution" const val DEPLOYED_FOR_EXECUTION_LABEL_NAME = "deployed-for-execution"
const val DEPLOYED_FOR_BENCHMARK_LABEL_NAME = "deployed-for-benchmark" const val DEPLOYED_FOR_BENCHMARK_LABEL_NAME = "deployed-for-benchmark"
const val CREATED_BY_LABEL_NAME = "app.kubernetes.io/created-by" const val CREATED_BY_LABEL_NAME = "app.kubernetes.io/created-by"
const val CREATED_BY_LABEL_VALUE = "rocks/theodolite" const val CREATED_BY_LABEL_VALUE = "theodolite"
/** /**
* The controller implementation for Theodolite. * The controller implementation for Theodolite.
......
...@@ -50,7 +50,7 @@ class AnalysisExecutor( ...@@ -50,7 +50,7 @@ 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.
Please register or to comment