Skip to content

Commit 658da0d

Browse files
committed
add changes from readme to config file
1 parent ef42d1b commit 658da0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/exporter_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PCFParameters:
3737
# If usePCFWildcards equals "false", then PCF command will be send for each object.
3838
# Each PCF command uses a separate connection, so sending a large number of PCF commands will create a large number of connections to MQ queue manager.
3939
# For example, for 100 monitoring queues will be opened 100 connections to MQ queue manager, if usePCFwildcard equals "false".
40-
# Another example: for usePCFwildcard equals "true", if there are 10.000 queues in the queue manager and just a few queues is need to be monitored,
40+
# On the other hand, for usePCFwildcard equals "true", if there are 10.000 queues in the queue manager and just a few queues is need to be monitored,
4141
# only one PCF command will be sent. But response will contain metrics for all 10.000 queues and that will lead to performance problems.
4242
usePCFWildcards: true
4343
# Interval in seconds between sending PCF commands.

0 commit comments

Comments
 (0)