Skip to content

Commit

Permalink
docs: fix simple typo, deploments -> deployments
Browse files Browse the repository at this point in the history
There is a small typo in docs/collectors/LibvirtKVMCollector.md.

Should read `deployments` rather than `deploments`.
  • Loading branch information
timgates42 committed Dec 28, 2020
1 parent 0f3eb04 commit c55dd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/collectors/LibvirtKVMCollector.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ measure_collector_time | False | Collect the collector run time in ms | bool
metrics_blacklist | None | Regex to match metrics to block. Mutually exclusive with metrics_whitelist | NoneType
metrics_whitelist | None | Regex to match metrics to transmit. Mutually exclusive with metrics_blacklist | NoneType
sort_by_uuid | False | Use the <uuid> of the instance instead of the<br>
default <name>, useful in Openstack deploments where <name> is only<br>
default <name>, useful in Openstack deployments where <name> is only<br>
specific to the compute node | bool
uri | qemu:///system | The libvirt connection URI. By default it's<br>
'qemu:///system'. One decent option is<br>
Expand Down

0 comments on commit c55dd61

Please sign in to comment.