Skip to content
Snippets Groups Projects
Commit e8b39bfb authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

clean up

parent b274cfcc
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!148Make patcher parameters flexible,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
......@@ -23,12 +23,12 @@ loadTypes:
- key: "container"
value: "workload-generator"
- type: "NumSensorsLoadGeneratorReplicaPatcher"
resource: "uc1-load-generator-deployment.yaml"
resource: "uc1-load-generator-deploym ent.yaml"
config:
- key: "loadGenMaxRecords"
value: "15000"
kafkaConfig:
bootstrapServer: "localhost:9092"
bootstrapServer: "localhost:31290"
topics:
- name: "input"
numPartitions: 40
......
......@@ -5,7 +5,7 @@ load:
loadValues: [25000, 50000, 75000, 100000, 125000, 150000]
resources:
resourceType: "Instances"
resourceValues: [7, 1, 2, 3, 4, 5]
resourceValues: [1, 2, 3, 4, 5]
slos:
- sloType: "lag trend"
threshold: 2000
......
......@@ -9,7 +9,7 @@ spec:
- "jmx-configmap.yaml"
- "uc1-service-monitor.yaml"
loadGenResource:
- "uc1-load-generator-deployment.yaml"
- "uc1-load-generator-deployment.yaml"
- "uc1-load-generator-service.yaml"
resourceTypes:
- typeName: "Instances"
......
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