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

Commit 4aea0ae

Browse files
Merge pull request #2636 from splunk/mbechtold-formatting-fixes
Formatting fixes for Python 2.0
2 parents bd8b1ab + 31c9b88 commit 4aea0ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ See the following table for a list of changes:
5555
* - Version 1.x name
5656
- Version 2.0 name
5757
- Description
58-
* - `splunk-py-trace`, `splk-py-trace`
59-
- `opentelemetry-instrument`
58+
* - ``splunk-py-trace``, ``splk-py-trace``
59+
- ``opentelemetry-instrument``
6060
- Activates the Splunk OpenTelemetry Python agent and sends traces and metrics to Splunk Observability Cloud.
61-
* - `splunk-py-trace-bootstrap`, `splk-py-trace-bootstrap`
62-
- `opentelemetry-bootstrap`
61+
* - ``splunk-py-trace-bootstrap``, ``splk-py-trace-bootstrap``
62+
- ``opentelemetry-bootstrap``
6363
- Installs instrumentation libraries and dependencies for Splunk OpenTelemetry Python.
6464

6565
.. _python-2.x-new-functions:
@@ -77,8 +77,8 @@ See the following table for new function names in Python 2.0:
7777
* - Version 1.x name
7878
- Version 2.0 name
7979
- Description
80-
* - `start_tracing()`, `start_metrics()`
81-
- `init_splunk_otel()`
80+
* - ``start_tracing()``, ``start_metrics()``
81+
- ``init_splunk_otel()``
8282
- Configures tracing, metrics, and logs for Splunk OpenTelemetry Python.
8383

8484
.. _python-2.x-troubleshooting:

0 commit comments

Comments
 (0)