pinpoint监控系统配置文件:pinpoint-collector-root.properties
Pinpoint Collector Configuration
HBase configuration
hbase.client.host=127.0.0.1 hbase.client.port=2181 hbase.client.zookeeper.quorum=127.0.0.1
HBase table configuration
hbase.table.name=PinpointAgentInfo hbase.table.namespace=default hbase.table.qualifier=agentInfo hbase.table.ttl=604800
HBase batch configuration
hbase.client.write.buffer=2097152 hbase.client.write.batch.size=100 hbase.client.write.async.max=10
General configuration
collector.tcpListenPort=9998 collector.udpStatListenPort=9995 collector.udpSpanListenPort=9996 collector.statSamplingRate=1 collector.spanDataSenderWriteQueueSize=1024 collector.statDataSenderWriteQueueSize=1024 collector.spanDataSenderSocketTimeout=3000 collector.statDataSenderSocketTimeout=3000 collector.spanDataSenderBatchSize=100 collector.statDataSenderBatchSize=100 collector.spanDataSenderAsync=true collector.statDataSenderAsync=true collector.spanDataSenderReconnectDelay=3000 collector.statDataSenderReconnectDelay=3000
SSL configuration
#collector.ssl.enabled=false #collector.ssl.keyStoreFilePath=/path/to/keyStore #collector.ssl.keyStorePassword=changeit
Debug configuration
#collector.debug=true #collector.debug.logging=false #collector.debug.logging.level=DEBUG #collector.debug.logging.dir=logs
Plugin configuration
#plugin.loadable=false #plugin.directory=plugins
Thrift configuration
#thrift.maxWorkerThreadCount=128 #thrift.minWorkerThreadCount=32 #thrift.workerQueueSize=1024
Web configuration
#web.tcpListenPort=8080 #web.servlet.path=/
ZooKeeper configuration
#zookeeper.address=127.0.0.1:2181 #zookeeper.sessionTimeout=60000 #zookeeper.retryInterval=5000 #zookeeper.retryCount=3
Cluster configuration
#cluster.enable=false #cluster.zookeeper.address= #cluster.zookeeper.sessionTimeout=60000 #cluster.zookeeper.retryInterval=5000 #cluster.zookeeper.retryCount=3 #cluster.collector.tcpListenPort= #cluster.collector.udpStatListenPort= #cluster.collector.udpSpanListenPort= #cluster.collector.statSamplingRate= #cluster.collector.spanDataSenderWriteQueueSize= #cluster.collector.statDataSenderWriteQueueSize= #cluster.collector.spanDataSenderSocketTimeout= #cluster.collector.statDataSenderSocketTimeout= #cluster.collector.spanDataSenderBatchSize= #cluster.collector.statDataSenderBatchSize= #cluster.collector.spanDataSenderAsync= #cluster.collector.statDataSenderAsync= #cluster.collector.spanDataSenderReconnectDelay= #cluster.collector.statDataSenderReconnectDelay=
Advanced configuration
#profile.enable=false #profile.profileJvmArgument=-javaagent:/path/to/pinpoint-bootstrap.jar #profile.profilerJvmArgument=-agentpath:/path/to/libpinpoint-native.so #profile.profilerConfigFile=/path/to/pinpoint.config #profile.profilerSharedLibPath=/path/to/libpinpoint-native.so
Agent configuration
#agent.applicationName=PinpointTestApp #agent.agentId=PinpointTestAgent #agent.collector.ip=127.0.0.1 #agent.collector.tcpPort=9998 #agent.collector.statPort=9995 #agent.collector.spanPort=9996 #agent.log.level=INFO #agent.log.dir=/path/to/logs #agent.log.filename=pinpoint-agent.log #agent.plugin.enable=false #agent.plugin.dir=plugins #agent.plugin.jdbc.driver=com.mysql.jdbc.Driver
End of configuration file.
原文地址: https://www.cveoy.top/t/topic/zza 著作权归作者所有。请勿转载和采集!