Skip to content

Python应用Trace实战

Python 应用 Trace 实战

环境配置

  • 安装:
# 安装最新版本,使用默认的 gRpc 协议将数据上报给 0AP
pip install "apache-skywalking"
# 安装最新版本,使用http协议将数据上报给0AP
pip install "apache-skywalking[http]"
# 安装最新版本,使用 kafka 协议将数据上报给 0AP
pip install "apache-skywalking[kafka]"
# Install 特定版本 x.y.z
pip install apache-skywalking==0.10