Skip to content

Commit

Permalink
docs(openstack): Update examples with quote around time intervals (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
MindTooth authored Oct 24, 2023
1 parent a7d1172 commit 04480a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/openstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ 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"
...
enabled_services = ["nova_services"]
....

[[inputs.openstack]]
interval = 30m
interval = "30m"
....
authentication_endpoint = "https://my.openstack.cloud:5000"
...
Expand Down

0 comments on commit 04480a5

Please sign in to comment.