summaryrefslogtreecommitdiff
path: root/tests/plugins/metrics/configs/.rr-http-metrics.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-06-08 12:16:54 +0300
committerGitHub <[email protected]>2021-06-08 12:16:54 +0300
commitf02fcd10ab8104b69581bbe2c3e1fd80a47c4316 (patch)
tree3dc084ba0ad0fe0e2cea7e483eae622177c744fb /tests/plugins/metrics/configs/.rr-http-metrics.yaml
parent0a48df5e5e44aaefa503669d7fb75490f1be103f (diff)
parent20da67889c6743d0d7efc5027372331145d57d96 (diff)
#709 feat(metrics): expose HTTP metrics
#709 feat(metrics): expose HTTP metrics
Diffstat (limited to 'tests/plugins/metrics/configs/.rr-http-metrics.yaml')
-rw-r--r--tests/plugins/metrics/configs/.rr-http-metrics.yaml20
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