File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
tools/pipeline_perf_test/test_suites/integration
templates/configs/otelcol Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 9595 - name : Run filter performance test otelcol log suite
9696 run : |
9797 cd tools/pipeline_perf_test
98- python orchestrator/run_orchestrator.py --debug --config test_suites/integration/otelcol /otelcol-docker.yaml
98+ python orchestrator/run_orchestrator.py --debug --config test_suites/integration/nightly /otelcol-docker.yaml
9999
100100 - name : Upload syslog results for processing
101101 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
Original file line number Diff line number Diff line change 11# while true; do python ./orchestrator/run_orchestrator.py --config ./test_suites/tech_summit/test-demo-docker.yaml; done
2- name : Demo Suite
2+ name : Nightly - OTel Collector
33components :
44 load-generator :
55 deployment :
@@ -27,7 +27,8 @@ components:
2727 - " --http-admin-bind"
2828 - " 0.0.0.0:8080"
2929 monitoring :
30- docker_component : {}
30+ docker_component :
31+ allocated_cores : 1 # Matches core-id-range: 2-2
3132 prometheus :
3233 endpoint : http://localhost:8085/telemetry/metrics?format=prometheus&reset=false
3334 go-collector :
@@ -46,7 +47,8 @@ components:
4647 - " /tmp/config.yaml"
4748 cpuset : " 3"
4849 monitoring :
49- docker_component : {}
50+ docker_component :
51+ allocated_cores : 1 # Matches cpuset: 3
5052 prometheus :
5153 endpoint : http://localhost:8086/metrics
5254 backend-service :
@@ -66,7 +68,8 @@ components:
6668 - " --http-admin-bind"
6769 - " 0.0.0.0:8080"
6870 monitoring :
69- docker_component : {}
71+ docker_component :
72+ allocated_cores : 1 # Matches core-id-range: 1-1
7073 prometheus :
7174 endpoint : http://localhost:8087/telemetry/metrics?format=prometheus&reset=false
7275tests :
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ receivers:
66
77
88exporters :
9- debug :
10- verbosity : detailed
119 otelarrow :
1210 endpoint : ' {{backend_hostname}}:1235'
1311 compression : none
You can’t perform that action at this time.
0 commit comments