diff options
Diffstat (limited to 'tests/plugins/metrics/configs')
-rw-r--r-- | tests/plugins/metrics/configs/.rr-http-metrics.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/plugins/metrics/configs/.rr-http-metrics.yaml b/tests/plugins/metrics/configs/.rr-http-metrics.yaml new file mode 100644 index 00000000..95f131c0 --- /dev/null +++ b/tests/plugins/metrics/configs/.rr-http-metrics.yaml @@ -0,0 +1,20 @@ +rpc: + listen: tcp://127.0.0.1:6001 + +server: + command: "php ../../psr-worker-bench.php" + relay: "pipes" + +http: + address: 127.0.0.1:13223 + max_request_size: 1024 + middleware: [ ] + pool: + num_workers: 1 + +metrics: + address: localhost:2112 + +logs: + mode: development + level: debug |