File tree 2 files changed +10
-2
lines changed
content/en/docs/languages/python
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ If you want to send telemetry data to an OTLP endpoint (like the
16
16
[ Prometheus] ( #prometheus ) ), you can choose between two different protocols to
17
17
transport your data:
18
18
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/ )
21
21
22
22
Start by installing the respective exporter packages as a dependency for your
23
23
project:
Original file line number Diff line number Diff line change 6407
6407
"StatusCode" : 206 ,
6408
6408
"LastSeen" : " 2024-01-30T06:01:19.327156-05:00"
6409
6409
},
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
+ },
6410
6418
"https://pypi.org/project/opentelemetry-exporter-prometheus/" : {
6411
6419
"StatusCode" : 206 ,
6412
6420
"LastSeen" : " 2024-01-30T16:14:35.878589-05:00"
You can’t perform that action at this time.
0 commit comments