Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Add baseline Servo config
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed May 2, 2020
1 parent e3014c4 commit 967d498
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions demo/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
application:
components:
app:
settings:
key_size:
type: enum
unit: bits
value: 1024
values:
- 1024
- 2048
- 2560
- 4096

prom:
prometheus_endpoint: http://prometheus:9090/
metrics:
requests_total:
query: demo_requests_total
unit: count

vegeta:
target: GET http://app:8080/
rate: 3000/1m

0 comments on commit 967d498

Please sign in to comment.