Skip to content

Commit d6a5f86

Browse files
committed
moved otelcol-docker.yaml to nightly directory, removed unused debug exporter, added allocated_coress attribute to otelcol-docker.yaml
1 parent 30e6c19 commit d6a5f86

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/pipeline-perf-test-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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

tools/pipeline_perf_test/test_suites/integration/otelcol/otelcol-docker.yaml renamed to tools/pipeline_perf_test/test_suites/integration/nightly/otelcol-docker.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
components:
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
7275
tests:

tools/pipeline_perf_test/test_suites/integration/templates/configs/otelcol/otap-filter-otap.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ receivers:
66

77

88
exporters:
9-
debug:
10-
verbosity: detailed
119
otelarrow:
1210
endpoint: '{{backend_hostname}}:1235'
1311
compression: none

0 commit comments

Comments
 (0)