Skip to content

Commit b9080be

Browse files
authored
fix Python Exporters page links to python packages (open-telemetry#3972)
1 parent cce8d54 commit b9080be

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

content/en/docs/languages/python/exporters.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ If you want to send telemetry data to an OTLP endpoint (like the
1616
[Prometheus](#prometheus)), you can choose between two different protocols to
1717
transport your data:
1818

19-
- [HTTP/protobuf](https://www.npmjs.com/package/@opentelemetry/exporter-trace-otlp-proto)
20-
- [gRPC](https://www.npmjs.com/package/@opentelemetry/exporter-trace-otlp-grpc)
19+
- [HTTP/protobuf](https://pypi.org/project/opentelemetry-exporter-otlp-proto-http/)
20+
- [gRPC](https://pypi.org/project/opentelemetry-exporter-otlp-proto-grpc/)
2121

2222
Start by installing the respective exporter packages as a dependency for your
2323
project:

static/refcache.json

+8
Original file line numberDiff line numberDiff line change
@@ -6407,6 +6407,14 @@
64076407
"StatusCode": 206,
64086408
"LastSeen": "2024-01-30T06:01:19.327156-05:00"
64096409
},
6410+
"https://pypi.org/project/opentelemetry-exporter-otlp-proto-grpc/": {
6411+
"StatusCode": 206,
6412+
"LastSeen": "2024-02-09T09:38:04.090207581Z"
6413+
},
6414+
"https://pypi.org/project/opentelemetry-exporter-otlp-proto-http/": {
6415+
"StatusCode": 206,
6416+
"LastSeen": "2024-02-09T09:38:03.842968558Z"
6417+
},
64106418
"https://pypi.org/project/opentelemetry-exporter-prometheus/": {
64116419
"StatusCode": 206,
64126420
"LastSeen": "2024-01-30T16:14:35.878589-05:00"

0 commit comments

Comments
 (0)