The Python agent for Apache SkyWalking
SkyWalking Python Agent SkyWalking-Python: The Python Agent for Apache SkyWalking, which provides the native tracing abilities for Python project. SkyWalking: an APM(application performance monitor) system, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures. Install From Pypi The Python agent module is published to Pypi, from where you can use pip to install: # Install the latest version, using the default gRPC protocol to report data to OAP pip install “apache-skywalking” # Install the latest version, using […]
Read more