Hi,
On 8/28/20 10:08 PM, 'Rounak Salim' via Prometheus Users wrote:
> I'm unfamiliar with federation but it seems like it's mostly used for
> pulling data from multiple Prometheus instances into a single instance.
> Do all the scraped metrics show up on the /federate URL if federation is
> setup?
The federate endpoint can access all metrics from the Prometheus
instance. It's supposed to be used to grab all aggregated metrics, for
example (see the docs and the job:.* matcher). In theory, it can also
export all metrics.
However, as soon as the data volume rises you may run into resource
problems on Prometheus, the network or DataDog. The API simply isn't
intended to be used like this.
Maybe DataDog can use be used as a remote_write target instead?
Kind regards,
Christian