From 4cf59ac279c609876dd3cef151ff84faf48b7c10 Mon Sep 17 00:00:00 2001 From: Jaroslav Stepanek Date: Wed, 15 Mar 2023 15:02:39 +0000 Subject: [PATCH] Remove experimental flag as it is not required --- config/daemon/prometheus.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/daemon/prometheus.md b/config/daemon/prometheus.md index fb1b34d047..9d2770846a 100644 --- a/config/daemon/prometheus.md +++ b/config/daemon/prometheus.md @@ -42,12 +42,11 @@ If the file is currently empty, paste the following: ```json { - "metrics-addr" : "127.0.0.1:9323", - "experimental" : true + "metrics-addr" : "127.0.0.1:9323" } ``` -If the file is not empty, add those two keys, making sure that the resulting +If the file is not empty, add the new key, making sure that the resulting file is valid JSON. Be careful that every line ends with a comma (`,`) except for the last line.