opentelemetry-ruby icon indicating copy to clipboard operation
opentelemetry-ruby copied to clipboard

OTLP Exporter: allow json export

Open xuan-cao-swi opened this issue 5 months ago • 1 comments

OTLP Specification 1.7.0

Telemetry data is sent via HTTP POST request. The body of the POST request is a payload either in binary-encoded Protobuf format or in JSON-encoded Protobuf format.

Java implementation: https://github.com/open-telemetry/opentelemetry-java/blob/main/exporters/common/src/main/java/io/opentelemetry/exporter/internal/http/HttpExporterBuilder.java#L172

xuan-cao-swi avatar Jul 23 '25 15:07 xuan-cao-swi

👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this issue will be closed eventually by the stale bot.

github-actions[bot] avatar Aug 23 '25 02:08 github-actions[bot]