Python Distributed Tracing & Metrics Sensor for Instana.
Project description
Instana
The instana
Python package collects key metrics and distributed traces for Instana.
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 the
legacy_2.x
branch.
Installation
Instana remotely instruments your Python web servers automatically via Instana AutoTrace™️. To configure which Python processes this applies to, see the configuration page.
Manual Installation
If you wish to instrument your applications manually, you can install the package with the following into the virtualenv
, pipenv
, or container (hosted on PyPI):
pip install instana
or to alternatively update an existing installation:
pip install -U instana
Activating Without Code Changes
The Instana package can then be activated without any code changes required by setting the following environment variable for your Python application:
export AUTOWRAPT_BOOTSTRAP=instana
This 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.
Activating via Import
Alternatively, if you prefer the manual method, import the instana
package inside of your Python application:
import instana
See also our detailed installation document for additional information covering Django, Flask, End-user Monitoring (EUM), and more.
Documentation
You can find more documentation covering supported components and minimum versions in the Instana documentation portal.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/instana/python-sensor.
More
Want to instrument other languages? See our Node.js, Go, Ruby instrumentation or many other supported technologies.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file instana-3.1.0.tar.gz
.
File metadata
- Download URL: instana-3.1.0.tar.gz
- Upload date:
- Size: 246.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fd88c8ffeadc64ac2adad15ef09fd4db627374e07a4508b1e79777d313c7319 |
|
MD5 | cc21c18fcca5e9c825c619eb473ce413 |
|
BLAKE2b-256 | d2da56190e42afd3bef8e05ef76c91171d8251b96a3088baa5c57d4a95712d04 |
File details
Details for the file instana-3.1.0-py3-none-any.whl
.
File metadata
- Download URL: instana-3.1.0-py3-none-any.whl
- Upload date:
- Size: 151.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e1111c45124965f1129984f6fe642216baeb0efa6f6362631289da4dc532a52 |
|
MD5 | 3c239f124c0b0e65bf1ce99bf440af82 |
|
BLAKE2b-256 | 87a4dd54b661d87911c4db69c76dd39d8f229d82a9626781c41935e75101d873 |