Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🐍 Python Distributed Tracing & Metrics Sensor for Instana

License

NotificationsYou must be signed in to change notification settings

instana/python-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theinstana Python package collects key metrics and distributed traces forInstana.

Any feedback is welcome. Happy Python visibility.

CircleCIOpenTracing BadgeOpenTelemetry BadgePyPI - Python VersionGitHub Release

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.

Installation

You can use automatic installation or manual installation as described in the following sections:

Automatic installation

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.

Manual Installation

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 instana

or to alternatively update an existing installation:

pip install -U instana

Activating Without Code Changes

The Instana package can then be activatedwithout 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 With Code Changes

Alternatively, if you prefer the manual method, import theinstana package inside of your Python application:

import instana

See also our detailedinstallation 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 Instanadocumentation portal.

Contributing

Bug reports and pull requests are welcome on GitHub athttps://github.com/instana/python-sensor.

More

Want to instrument other languages? See ourNode.js,Go,Ruby instrumentation or many othersupported technologies.

Packages

No packages published

Contributors20

Languages


[8]ページ先頭

©2009-2025 Movatter.jp