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: ...@@ -23,12 +23,12 @@ loadTypes:
- key: "container" - key: "container"
value: "workload-generator" value: "workload-generator"
- type: "NumSensorsLoadGeneratorReplicaPatcher" - type: "NumSensorsLoadGeneratorReplicaPatcher"
resource: "uc1-load-generator-deployment.yaml" resource: "uc1-load-generator-deploym ent.yaml"
config: config:
- key: "loadGenMaxRecords" - key: "loadGenMaxRecords"
value: "15000" value: "15000"
kafkaConfig: kafkaConfig:
bootstrapServer: "localhost:9092" bootstrapServer: "localhost:31290"
topics: topics:
- name: "input" - name: "input"
numPartitions: 40 numPartitions: 40
......
...@@ -5,7 +5,7 @@ load: ...@@ -5,7 +5,7 @@ load:
loadValues: [25000, 50000, 75000, 100000, 125000, 150000] loadValues: [25000, 50000, 75000, 100000, 125000, 150000]
resources: resources:
resourceType: "Instances" resourceType: "Instances"
resourceValues: [7, 1, 2, 3, 4, 5] resourceValues: [1, 2, 3, 4, 5]
slos: slos:
- sloType: "lag trend" - sloType: "lag trend"
threshold: 2000 threshold: 2000
......
...@@ -9,7 +9,7 @@ spec: ...@@ -9,7 +9,7 @@ spec:
- "jmx-configmap.yaml" - "jmx-configmap.yaml"
- "uc1-service-monitor.yaml" - "uc1-service-monitor.yaml"
loadGenResource: loadGenResource:
- "uc1-load-generator-deployment.yaml" - "uc1-load-generator-deployment.yaml"
- "uc1-load-generator-service.yaml" - "uc1-load-generator-service.yaml"
resourceTypes: resourceTypes:
- typeName: "Instances" - 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