2023年12月18日发(作者:)
gRPC: # OS real network IP(binding required), for collector nodes communicate with each other in cluster. collectorN --(gRPC) --> collectorMhost: 192.168.0.3# 部署collector的主机IP地址 port: 11800agent_gRPC: gRPC: #OS real network IP(binding required), for agent to uplink data(trace/metrics) to collector. agent--(gRPC)--> collectorhost: 192.168.0.3# 部署collector的主机IP地址 port: 11800 # Set these two setting to open ssl #sslCertChainFile: $path #sslPrivateKeyFile: $path
# Set your own token to active auth #authentication: xxxxxxagent_jetty: jetty: # OS real network IP(binding required), for agent to uplink data(trace/metrics) to collector through HTTP. agent--(HTTP)--> collector # SkyWalking native Java/.Net/ agents don't use this. # Open this for other : 192.168.0.3# 部署collector的主机IP地址 port: 12800 contextPath: /analysis_register: default:analysis_jvm: default:analysis_segment_parser: default: bufferFilePath: ../buffer/


发布评论