Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit bd3ee40

Browse files
Merge pull request #2658 from splunk/mbechtold-python-bootstrap-command
opentelemetry-bootstrap command update
2 parents b3196d6 + 0acd087 commit bd3ee40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gdi/get-data-in/application/python/instrumentation/instrument-python-application.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Follow these steps to automatically instrument your application using the Python
7474

7575
.. code-block:: bash
7676
77-
opentelemetry-bootstrap
77+
opentelemetry-bootstrap -a install
7878
7979
To print the instrumentation packages to the console instead of installing them, run ``opentelemetry-bootstrap --action=requirements``. You can then add the output to your requirements or Pipfile.
8080

gdi/get-data-in/application/python/migration-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ See the following table for a list of changes:
6060
- Activates the Splunk OpenTelemetry Python agent and sends traces and metrics to Splunk Observability Cloud.
6161
* - ``splunk-py-trace-bootstrap``, ``splk-py-trace-bootstrap``
6262
- ``opentelemetry-bootstrap``
63-
- Installs instrumentation libraries and dependencies for Splunk OpenTelemetry Python.
63+
- Lists instrumentation libraries and dependencies for Splunk OpenTelemetry Python. To install the libraries and dependencies, use ``opentelemetry-bootstrap -a install``.
6464

6565
.. _python-2.x-new-functions:
6666

0 commit comments

Comments
 (0)