Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Python Exporters page links to python packages #3972

Merged
merged 4 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/docs/languages/python/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ If you want to send telemetry data to an OTLP endpoint (like the
[Prometheus](#prometheus)), you can choose between two different protocols to
transport your data:

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

Start by installing the respective exporter packages as a dependency for your
project:
Expand Down
8 changes: 8 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -6407,6 +6407,14 @@
"StatusCode": 206,
"LastSeen": "2024-01-30T06:01:19.327156-05:00"
},
"https://pypi.org/project/opentelemetry-exporter-otlp-proto-grpc/": {
"StatusCode": 206,
"LastSeen": "2024-02-09T09:38:04.090207581Z"
},
"https://pypi.org/project/opentelemetry-exporter-otlp-proto-http/": {
"StatusCode": 206,
"LastSeen": "2024-02-09T09:38:03.842968558Z"
},
"https://pypi.org/project/opentelemetry-exporter-prometheus/": {
"StatusCode": 206,
"LastSeen": "2024-01-30T16:14:35.878589-05:00"
Expand Down
Loading