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 1
1
OpenTelemetry Database API integration
2
- =================================
2
+ ======================================
3
3
4
4
The trace integration with Database API supports libraries following the specification.
5
5
@@ -8,7 +8,7 @@ The trace integration with Database API supports libraries following the specifi
8
8
Usage
9
9
-----
10
10
11
- .. code :: python
11
+ .. code-block :: python
12
12
13
13
import mysql.connector
14
14
from opentelemetry.trace import tracer_provider
Original file line number Diff line number Diff line change 1
1
OpenTelemetry MySQL integration
2
- =================================
2
+ ===============================
3
3
4
4
The integration with MySQL supports the `mysql-connector `_ library and is specified
5
5
to ``trace_integration `` using ``'MySQL' ``.
6
6
7
- .. mysql -connector: https://pypi.org/project/mysql-connector/
7
+ .. _ mysql -connector : https://pypi.org/project/mysql-connector/
8
8
9
9
Usage
10
10
-----
Original file line number Diff line number Diff line change 1
1
OpenTelemetry Prometheus Exporter
2
- =============================
2
+ =================================
3
3
4
4
|pypi |
5
5
Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ OpenTelemetry Psycopg integration
4
4
The integration with PostgreSQL supports the `Psycopg `_ library and is specified
5
5
to ``trace_integration `` using ``'PostgreSQL' ``.
6
6
7
- .. Psycopg : http://initd.org/psycopg/
7
+ .. _ Psycopg : http://initd.org/psycopg/
8
8
9
9
Usage
10
10
-----
11
11
12
- .. code :: python
12
+ .. code-block :: python
13
+
13
14
import psycopg2
14
15
from opentelemetry import trace
15
16
from opentelemetry.sdk.trace import TracerProvider
26
27
27
28
References
28
29
----------
29
- * `OpenTelemetry Project <https://opentelemetry.io/ >`_
30
+ * `OpenTelemetry Project <https://opentelemetry.io/ >`_
You can’t perform that action at this time.
0 commit comments