You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Instana remotely instruments your Python web servers automatically via Instana [AutoTrace™️](https://www.instana.com/supported-technologies/instana-autotrace/). To configure which Python processes this applies to, see the [Configuration page](https://docs.instana.io/ecosystem/python/configuration/#general)._
18
+
Instana remotely instruments your Python web servers automatically via [Instana AutoTrace™️]. To configure which Python processes this applies to, see the [configuration page].
21
19
22
20
## Manual Installation
23
21
24
-
If you wish to manually instrument your applications you can install the package with the following into the virtualenv, pipenv or container ([hosted on pypi](https://pypi.python.org/pypi/instana)):
22
+
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]):
25
23
26
24
pip install instana
27
25
@@ -35,24 +33,36 @@ The Instana package can then be activated _without any code changes required_ by
35
33
36
34
export AUTOWRAPT_BOOTSTRAP=instana
37
35
38
-
This will cause the Instana Python package to automatically instrument your Python application. Once it finds the Instana host agent, it will begin to report Python metrics and distributed traces.
36
+
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.
39
37
40
38
### Activating via Import
41
39
42
-
Alternatively, if you prefer the really manual method, simply import the `instana` package inside of your Python application:
40
+
Alternatively, if you prefer the manual method, import the `instana` package inside of your Python application:
43
41
44
42
import instana
45
43
46
-
See also our detailed [Installation document](https://www.instana.com/docs/ecosystem/python/#installing) for additional information covering Django, Flask, End-user Monitoring (EUM) and more.
44
+
See also our detailed [installation document] for additional information covering Django, Flask, End-user Monitoring (EUM), and more.
47
45
48
46
## Documentation
49
47
50
-
You can find more documentation covering supported components and minimum versions in the Instana [documentation portal](https://docs.instana.io/ecosystem/python/).
48
+
You can find more documentation covering supported components and minimum versions in the Instana [documentation portal].
51
49
52
50
## Contributing
53
51
54
52
Bug reports and pull requests are welcome on GitHub at https://github.com/instana/python-sensor.
55
53
56
54
## More
57
55
58
-
Want to instrument other languages? See our [Node.js](https://github.com/instana/nodejs), [Go](https://github.com/instana/golang-sensor), [Ruby](https://github.com/instana/ruby-sensor) instrumentation or [many other supported technologies](https://www.instana.com/supported-technologies/).
56
+
Want to instrument other languages? See our [Node.js], [Go], [Ruby] instrumentation or many other [supported technologies].
0 commit comments