Skip to content

[bug] OtlpExportProtocol.HttpProtobuf does not work #6049

@domholmes

Description

@domholmes

Package

OpenTelemetry.Exporter.OpenTelemetryProtocol

Package Version

Runtime Version

net8.0

Description

Traces stop being exported when changing the protocol from gRPC to HttpProtobuf.

Steps to Reproduce

  1. Create a sample app that exports to the gRPC endpoint of an APM
  2. Run the application and verify data appears in the APM
  3. Change the protocol to HttpProtobuf and update the port to the APM's Http port
  4. Run the application again

Expected Result

Data continues to appear in the APM

Actual Result

Data stops appearing in the APM

Additional Context

Tested with both Jaeger and New Relic. Both work as expected with gRPC.
OtelLogTest.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions