File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
opentelemetry-ext-prometheus
opentelemetry-ext-psycopg2 Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11OpenTelemetry Database API integration
2- =================================
2+ ======================================
33
44The trace integration with Database API supports libraries following the specification.
55
@@ -8,7 +8,7 @@ The trace integration with Database API supports libraries following the specifi
88 Usage
99-----
1010
11- .. code :: python
11+ .. code-block :: python
1212
1313 import mysql.connector
1414 from opentelemetry.trace import tracer_source
Original file line number Diff line number Diff line change 11OpenTelemetry MySQL integration
2- =================================
2+ ===============================
33
44The integration with MySQL supports the `mysql-connector `_ library and is specified
55to ``trace_integration `` using ``'MySQL' ``.
66
7- .. mysql -connector: https://pypi.org/project/mysql-connector/
7+ .. _ mysql -connector : https://pypi.org/project/mysql-connector/
88
99Usage
1010-----
Original file line number Diff line number Diff line change 11OpenTelemetry Prometheus Exporter
2- =============================
2+ =================================
33
44|pypi |
55
Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ OpenTelemetry Psycopg integration
44The integration with PostgreSQL supports the `Psycopg `_ library and is specified
55to ``trace_integration `` using ``'PostgreSQL' ``.
66
7- .. Psycopg : http://initd.org/psycopg/
7+ .. _ Psycopg : http://initd.org/psycopg/
88
99Usage
1010-----
1111
12- .. code :: python
12+ .. code-block :: python
13+
1314 import psycopg2
1415 from opentelemetry import trace
1516 from opentelemetry.sdk.trace import TracerSource
2627
2728 References
2829----------
29- * `OpenTelemetry Project <https://opentelemetry.io/ >`_
30+ * `OpenTelemetry Project <https://opentelemetry.io/ >`_
You can’t perform that action at this time.
0 commit comments