-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Description
If I'm reading things correctly, the Node.js exporter that's used in the Node.js layer
| import { OTLPTraceExporter } from '@opentelemetry/exporter-otlp-proto'; |
is deprecated. See https://cloud-native.slack.com/archives/C01NL1GRPQR/p1637779230143700
In addition to being deprecated, it does not appear that the deprecated @opentelemetry/exporter-otlp-proto allows users to export using OTLP over GRPC. It only supports exporting over HTTP using @opentelemetry/exporter-otlp-http.
It would be great if this could be updated to use one of currently supported exporters and if data could be exported via either GRPC and HTTP.
(Not so great that I have time to take on the work, but great regardless ;))
Metadata
Metadata
Assignees
Labels
No labels