安装
pip install packaging grpcio grpcio-tools protobuf -U
pip install apache-skywalking
使用
from skywalking import agent, config
config.logging_level = 'DEBUG'
config.init(collector='127.0.0.1:11800', service='your awesome service')
agent.start()
安装
pip install packaging grpcio grpcio-tools protobuf -U
pip install apache-skywalking
使用
from skywalking import agent, config
config.logging_level = 'DEBUG'
config.init(collector='127.0.0.1:11800', service='your awesome service')
agent.start()