influxdata/telegraf

telegraf otel plugin does not support protobuf input

Open

#17,713 创建于 2025年9月29日

在 GitHub 查看
 (4 评论) (6 反应) (0 负责人)Go (9,892 star) (4,161 fork)batch import
feature requesthelp wantedsize/m

描述

Use Case

Telegraf open telemetry plugin assumes gRPC input. However there are applications (example: pulp) that log open telemetry using http protobuf port 4318)

Changing the service address to use port to 4318 in the current collector does not change its behavior of expecting gRPC data.

Please add support for http protobuf (already present on the http input plugin) to the otel input

Expected behavior

When listening on service address with port 4318 the otel input should accept and parse http protobuf POST data

Actual behavior

When listening on service address with port 4318 the otel input still expects gRPC input data

Additional info

No response

贡献者指南

telegraf otel plugin does not support protobuf input · influxdata/telegraf#17713 | Good First Issue