From 04480a5bc4a6e6b02bfd1b16785895b4af0ae200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= Date: Tue, 24 Oct 2023 15:43:12 +0200 Subject: [PATCH] docs(openstack): Update examples with quote around time intervals (#14174) --- plugins/inputs/openstack/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/openstack/README.md b/plugins/inputs/openstack/README.md index 98861b458..930662e9d 100644 --- a/plugins/inputs/openstack/README.md +++ b/plugins/inputs/openstack/README.md @@ -37,7 +37,7 @@ your requirements. This will help with load and cardinality as well. ```toml [[inputs.openstack]] - interval = 5m + interval = "5m" .... authentication_endpoint = "https://my.openstack.cloud:5000" ... @@ -45,7 +45,7 @@ your requirements. This will help with load and cardinality as well. .... [[inputs.openstack]] - interval = 30m + interval = "30m" .... authentication_endpoint = "https://my.openstack.cloud:5000" ...