- Notifications
You must be signed in to change notification settings - Fork35
🐍 Python Distributed Tracing & Metrics Sensor for Instana
License
instana/python-sensor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Theinstana Python package collects key metrics and distributed traces forInstana.
Any feedback is welcome. Happy Python visibility.
Note
Support for OpenTracing is deprecated starting on version 3.0.0. If you still want to use it, rely on any version earlier than 3.0.0 or use thelegacy_2.x branch.
You can use automatic installation or manual installation as described in the following sections:
Instana remotely instruments your Python applications automatically byInstana AutoTrace webhook in Kubernetes and Red Hat OpenShift clusters. However, if you prefer to install the package manually, seeManual Installation as follows.
If you wish to instrument your applications manually, you can install the package with the following into thevirtualenv,pipenv, or container (hosted onPyPI):
pip install instanaor to alternatively update an existing installation:
pip install -U instanaThe Instana package can then be activatedwithout any code changes required by setting the following environment variable for your Python application:
export AUTOWRAPT_BOOTSTRAP=instanaThis will cause the Instana Python package to instrument your Python application automatically. Once it finds the Instana host agent, it will report Python metrics and distributed traces.
Alternatively, if you prefer the manual method, import theinstana package inside of your Python application:
import instanaSee also our detailedinstallation document for additional information covering Django, Flask, End-user Monitoring (EUM), and more.
You can find more documentation covering supported components and minimum versions in the Instanadocumentation portal.
Bug reports and pull requests are welcome on GitHub athttps://github.com/instana/python-sensor.
Want to instrument other languages? See ourNode.js,Go,Ruby instrumentation or many othersupported technologies.
About
🐍 Python Distributed Tracing & Metrics Sensor for Instana
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.