Skip to content

Node.js Layer using Depreated Exporter #183

@astorm

Description

@astorm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions