Prometheus Metrics Export Endpoint

Hi Team,

I have a query on output metrics endpoint. I am working on a use case where i need to get input metrics scrapped by prometheus to some output endpoint. Is it possible to expose input metrics to some output port ? Is it supported by Prometheus? I have tried remote_write approach. But i wondering if we have any approach which can expose it some metrics enpdoint.

Are you meaning you want to be able to scrape metrics that Prometheus itself has already scraped? If so, this is called federation - Federation | Prometheus