Skip to content

Commit

Permalink
For performance, again thanks to @yacut #49
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Nov 3, 2017
1 parent 37e58e9 commit d4b95d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 10broker-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,10 @@ data:
whitelistObjectNames: ["kafka.server:*","java.lang:*"]
rules:
- pattern : kafka.server<type=ReplicaFetcherManager, name=MaxLag, clientId=(.+)><>Value
- pattern : kafka.server<type=BrokerTopicMetrics, name=(.+), topic=(.+)><>OneMinuteRate
- pattern : kafka.server<type=BrokerTopicMetrics, name=(BytesInPerSec|BytesOutPerSec|MessagesInPerSec), topic=(.+)><>OneMinuteRate
- pattern : kafka.server<type=KafkaRequestHandlerPool, name=RequestHandlerAvgIdlePercent><>OneMinuteRate
- pattern : kafka.server<type=Produce><>queue-size
- pattern : kafka.server<type=ReplicaManager, name=(.+)><>(Value|OneMinuteRate)
- pattern : kafka.server<type=ReplicaManager, name=(PartitionCount|UnderReplicatedPartitions)><>(Value|OneMinuteRate)
- pattern : kafka.server<type=controller-channel-metrics, broker-id=(.+)><>(.*)
- pattern : kafka.server<type=socket-server-metrics, networkProcessor=(.+)><>(.*)
- pattern : kafka.server<type=Fetch><>queue-size
Expand Down

0 comments on commit d4b95d2

Please sign in to comment.