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

Provide more reasonable defaults in YAML files

parent 671fe9be
No related branches found
No related tags found
3 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #2435 passed
name: "Theodolite Test Context" name: "Theodolite Test Context"
benchmark: "benchmarkType" benchmark: "uc1-kstreams"
load: load:
loadType: "NumSensors" loadType: "NumSensors"
loadValues: loadValues:
...@@ -11,7 +11,7 @@ resources: ...@@ -11,7 +11,7 @@ resources:
slos: slos:
- sloType: "lag trend" - sloType: "lag trend"
threshold: 1000 threshold: 1000
prometheusUrl: "http://localhost:32656" prometheusUrl: "http://prometheus-operated:9090"
externalSloUrl: "http://localhost:80/evaluate-slope" externalSloUrl: "http://localhost:80/evaluate-slope"
offset: 0 offset: 0
warmup: 0 warmup: 0
......
name: "theodolite ist cool" name: "uc1-kstreams"
appResource: appResource:
- "uc1-kstreams-deployment.yaml" - "uc1-kstreams-deployment.yaml"
- "aggregation-service.yaml" - "aggregation-service.yaml"
...@@ -19,7 +19,7 @@ loadTypes: ...@@ -19,7 +19,7 @@ loadTypes:
container: "workload-generator" container: "workload-generator"
variableName: "NUM_SENSORS" variableName: "NUM_SENSORS"
kafkaConfig: kafkaConfig:
bootstrapServer: "localhost:31290" bootstrapServer: "theodolite-cp-kafka:9092"
topics: topics:
- name: "input" - name: "input"
numPartitions: 40 numPartitions: 40
......
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