From d1b567183dae654f8b64b52f1a7663aa7185d6c5 Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Tue, 15 Dec 2020 11:14:23 -0500 Subject: [PATCH] Add metrics to config.example.yaml Ensure that the standalone restbase example configuration doesn't throw "No such metrics client: 'undefined'" errors on startup. Change-Id: I4dfbe33a0f25ef28f877c41290d433d5bcf50984 --- config.example.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index 0c2452734..dbb6b6cbb 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -119,3 +119,8 @@ info: logging: name: restbase level: info + +metrics: + - type: statsd + host: localhost + port: 8125