Hi All, We have enabled Prometheus remote receive endpoint "--web.enable-remote-write-receiver" in our Prometheus instance and trying OTEL Prometheus remote write exporter to push the data to our Prometheus instance.
At OTEL/Prometheus end we are not seeing any error even with debug log enable but in Prometheus end we are not receiving those metrics pushed by OTEL. We checked if the required headers are set and they are predefined in the exporter. https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/prometheusremotewriteexporter/exporter.go Prometheus to Prometheus is working but OTEL Prometheus remote write to actual Prometheus instance is not working. Is this built-in remote receive endpoint can understand request only for another Prometheus instance ? OTEL Prometheus remote write exporter - https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/prometheusremotewriteexporter Need the advice from the community. Thank You -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/0089c46e-5d58-4aaf-8d93-3533b610ef4an%40googlegroups.com.

