Skip to content

Add HTTP OTLP Trace Exporter Support for Auto Instrumentation #17

@hoperawr

Description

@hoperawr

Describe the Problem

Currently, the SDK's telemetry options may not fully support exporting OTLP traces over HTTP. MLflow (and several other observability backends) has standardised on receiving OpenTelemetry traces via OTLP/HTTP rather than gRPC. Without this, users are unable to pipe traces directly from their SAP Cloud SDK instrumented agents into MLflow for experiment tracking and monitoring.

Propose a Solution

I propose adding a new exporter configuration that utilizes the opentelemetry-exporter-otlp-proto-http package. This will be configurable using the Environment Variable OTEL_EXPORTER_OTLP_PROTOCOL which is part of the OpenTelemetry Exporter Documentation.

Describe Alternatives

No response

Affected Development Phase

Development

Impact

Inconvenience

Timeline

No response

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