Hi, I have metrics received from collector over channel like "chan<- prometheus.Metric". The 'prometheus.Metric' is an interface with Desc and Write methods from 'github.com/prometheus/client_golang/prometheus' package.
I'd like to send these metrics into another Prometheus using its remote write protocol. I tried to play with Write method but had no success. I'd appreciate for any advices. Regards, Alexey -- 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/3708312a-a67e-42a8-930f-f8c234b569d8n%40googlegroups.com.

