Automatic distributed tracing and metrics collection for Python applications, designed to work with the Instana observability platform. Version 3.14.0 requires Python >=3.9. Active development with frequent releases every few weeks.
pip install instanaVerified import paths — ran on the pinned version, not inferred.
Importing the module auto-starts the sensor. Set INSTANA_AGENT_HOST environment variable to point to your Instana agent.
Set INSTANA_DISABLE_<FRAMEWORK>=true to disable auto-instrumentation for that framework.
Ensure INSTANA_AGENT_HOST is set correctly and network connectivity exists. For Kubernetes, use the agent's DNS or IP.
Upgrade to Python >=3.9.
Install with 'pip install instana' and 'import instana' in your code.
Start the Instana agent, or set INSTANA_AGENT_HOST environment variable to the correct agent endpoint.
Use 'instana.current_span()' to get the active span, or read the documentation for custom spans.
No dependency data recorded yet.