Skip to content

Commit

Permalink
test(bench): rework attacker args
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 18, 2023
1 parent 9150abb commit 211a648
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/local/ch-bench/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ services:
- OTEL_TRACES_EXPORTER=none
- OTEL_RESOURCE_ATTRIBUTES=service.name=attacker
command:
- --scrapeInterval=1s
- --targetsCount=100
- --scrapeConfigUpdateInterval=5s
- --scrapeConfigUpdatePercent=3
- --scrapeInterval=5s
- --targetsCount=500
- --scrapeConfigUpdateInterval=1m
- --scrapeConfigUpdatePercent=1
- --clickhouseAddr=clickhouse:9000
- http://oteldb:19291
depends_on:
Expand Down

0 comments on commit 211a648

Please sign in to comment.