docs(openstack): Update examples with quote around time intervals (#14174)

This commit is contained in:
Birger J. Nordølum 2023-10-24 15:43:12 +02:00 committed by GitHub
parent a7d1172f54
commit 04480a5bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ your requirements. This will help with load and cardinality as well.
```toml ```toml
[[inputs.openstack]] [[inputs.openstack]]
interval = 5m interval = "5m"
.... ....
authentication_endpoint = "https://my.openstack.cloud:5000" authentication_endpoint = "https://my.openstack.cloud:5000"
... ...
@ -45,7 +45,7 @@ your requirements. This will help with load and cardinality as well.
.... ....
[[inputs.openstack]] [[inputs.openstack]]
interval = 30m interval = "30m"
.... ....
authentication_endpoint = "https://my.openstack.cloud:5000" authentication_endpoint = "https://my.openstack.cloud:5000"
... ...