[
https://issues.apache.org/jira/browse/FLINK-38154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kumar Mallikarjuna updated FLINK-38154:
---------------------------------------
Description:
*Motivation*
Currently, Flink's _{{OpenTelemetryMetricReporter}}_ only supports exporting
metrics via OTLP/gRPC. However, many modern observability platforms, like
Prometheus, ingest metrics using OTLP/HTTP. This limitation obstructs direct
integration with such systems.
While workarounds exist, such as deploying an intermediary OpenTelemetry
Collector to translate OTLP/gRPC to OTLP/HTTP, they add an extra dependency and
operational overhead.
*Goal*
Add OTLP support for HTTP in {_}{{OpenTelemetryMetricReporter}}{_}. The user
should be able to choose the protocol using the following configuration
{code:java}
metrics.reporter.otel.exporter.protocol: {gRPC, HTTP}{code}
was:
*Motivation*
Currently, Flink's _{{OpenTelemetryMetricReporter}}_ only supports exporting
metrics via OTLP/gRPC. However, many modern observability platforms, like
Prometheus, ingest metrics using OTLP/HTTP. This limitation obstructs direct
integration with such systems.
While workarounds exist, such as deploying an intermediary OpenTelemetry
Collector to translate OTLP/gRPC to OTLP/HTTP, they add an extra dependency and
operational overhead.
*Goal*
Add OTLP support for HTTP in {_}{{OpenTelemetryMetricReporter}}{_}. The user
should be able to choose the protocol using the following configuration
{code:java}
metrics.reporter.otel.factory.method: {grpc, http}{code}
> Add HTTP support to OpenTelemetry Reporter
> ------------------------------------------
>
> Key: FLINK-38154
> URL: https://issues.apache.org/jira/browse/FLINK-38154
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Metrics
> Reporter: Kumar Mallikarjuna
> Assignee: Kumar Mallikarjuna
> Priority: Major
>
> *Motivation*
> Currently, Flink's _{{OpenTelemetryMetricReporter}}_ only supports exporting
> metrics via OTLP/gRPC. However, many modern observability platforms, like
> Prometheus, ingest metrics using OTLP/HTTP. This limitation obstructs direct
> integration with such systems.
> While workarounds exist, such as deploying an intermediary OpenTelemetry
> Collector to translate OTLP/gRPC to OTLP/HTTP, they add an extra dependency
> and operational overhead.
>
> *Goal*
> Add OTLP support for HTTP in {_}{{OpenTelemetryMetricReporter}}{_}. The user
> should be able to choose the protocol using the following configuration
> {code:java}
> metrics.reporter.otel.exporter.protocol: {gRPC, HTTP}{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)