You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to Prometheus OTLP support we could allow Thanos receives to receive OTLP metrics in protobuf (or even someday Arrow) format. While there might be challenges (e.g. sanitation of UTF-8 strings until we support it or resource views), we could support it in minimal or not super optimized way for now.
Prometheus Remote Write stays and in fact a new remote write version has promising efficiency gains, but OTLP might allow some some interesting experiments with Otel (including straight from clients pushes!).
Acceptance Criteria
Thanos Receive can ingest OTLP metrics (proto) as an experimental feature
The text was updated successfully, but these errors were encountered:
Hey, may I ask is there still some interest on that?
I am working on other things now in opentelemetry, so if you want to take over it by any chance feel free to do so, as I won't be able to come back to finish this for some time.
Similar to Prometheus OTLP support we could allow Thanos receives to receive OTLP metrics in protobuf (or even someday Arrow) format. While there might be challenges (e.g. sanitation of UTF-8 strings until we support it or resource views), we could support it in minimal or not super optimized way for now.
Prometheus Remote Write stays and in fact a new remote write version has promising efficiency gains, but OTLP might allow some some interesting experiments with Otel (including straight from clients pushes!).
Acceptance Criteria
The text was updated successfully, but these errors were encountered: