Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Enable and test ingesting OTLP HTTP requests from the OpenTelemetry exporter #283

@wrijeff

Description

@wrijeff

Presently the Otel Trace Source only supports requests using OpenTelemetry's grpc protocol (via the OTLP gRPC Exporter). We'd like to allow for OTLP/HTTP Exporter requests to be receivable by the source.

There was a concern regarding different encodings between the grpc and http protocols, so we'll need to first allow for HTTP requests then test if this is the case. The Otel Source's server is backed by Armeria and configured in OtelTraceSource.java.

We'll also need to update the otel-config.yml file in the sample app to use HTTP - see the OpenTelemetry Exporter docs for more.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions