Skip to content

Commit 660ac15

Browse files
committed
update readme
1 parent 381b3d6 commit 660ac15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ CAFILE | ca.pem | path to root certificate for access management plugin. Just ne
5656
CERTFILE | client-cert.pem | path to client certificate used to verify the exporter's authenticity. Will be ignored if the file does not exist
5757
KEYFILE | client-key.pem | path to private key used with certificate to verify the exporter's authenticity. Will be ignored if the file does not exist
5858
SKIPVERIFY | false | true/0 will ignore certificate errors of the management plugin
59-
SKIP_VHOST | ^$ |regex, matching vhost names are not exported. First performs INCLUDE_VHOST, then SKIP_VHOST
60-
INCLUDE_VHOST | .* | regex vhost filter. Only queues in matching vhosts are exported
59+
SKIP_VHOST | ^$ |regex, matching vhost names are not exported. First performs INCLUDE_VHOST, then SKIP_VHOST. Applies to queues and exchanges
60+
INCLUDE_VHOST | .* | regex vhost filter. Only matching vhosts are exported. Applies to queues and exchanges
6161
INCLUDE_QUEUES | .* | regex queue filter. Just matching names are exported
6262
SKIP_QUEUES | ^$ |regex, matching queue names are not exported (useful for short-lived rpc queues). First performed INCLUDE, after SKIP
6363
INCLUDE_EXCHANGES | .* | regex exchange filter. (Only exchanges in matching vhosts are exported)

0 commit comments

Comments
 (0)