From 983c4195e02283ef490eb7f44d2b8a039a30bfff Mon Sep 17 00:00:00 2001 From: savinmax Date: Sat, 2 Aug 2025 21:07:26 +0200 Subject: [PATCH] Metrics config example --- config.example.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.example.yaml b/config.example.yaml index 4d11b5c..47f9527 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -3,4 +3,8 @@ server: tls: enabled: true cert_file: cert.pem - key_file: key.pem \ No newline at end of file + key_file: key.pem + +metrics: + enabled: true + port: 9090