blob: 5294ea2ce7c9d99c6923445efaaf846548df84e7 [file] [log] [blame]
server:
port: 5557
spring:
main:
allow-circular-references: true
application:
name: rocketmq-exporter
http:
encoding:
charset: UTF-8
enabled: true
force: true
logging:
config: classpath:logback.xml
rocketmq:
config:
webTelemetryPath: /metrics
namesrvAddr: 127.0.0.1:9876
rocketmqVersion: 4_9_4
enableCollect: true
enableACL: false # if >=4.4.0
accessKey: # if >=4.4.0
secretKey: # if >=4.4.0
outOfTimeSeconds: 60 # Cache clear time with no update
threadpool:
collect-client-metric-executor:
core-pool-size: 10
maximum-pool-size: 10
keep-alive-time: 3000
queueSize: 5000
task:
count: 5 # num of scheduled-tasks
collectTopicOffset:
cron: 15 0/1 * * * ?
collectProducer:
cron: 15 0/1 * * * ?
collectConsumerOffset:
cron: 15 0/1 * * * ?
collectBrokerStatsTopic:
cron: 15 0/1 * * * ?
collectBrokerStats:
cron: 15 0/1 * * * ?
collectBrokerRuntimeStats:
cron: 15 0/1 * * * ?