This section exemplifies how the Prometheus forwarding agent can be used. The scenario is the following:
The Prometheus agent is used to send metrics from a workflow to the cache that exposes them for a Prometheus instance to scrape.
A Pulse agent sends a simple PulseUDR
to an Analysis agent.
...
The Analysis agent routes the UDR to the Prometheus agent, which stores it in the cache where it waits to be scraped by a Prometheus instance.
After running the workflow for a few moments the metrics can be visualized directly in Prometheus or in Grafana (if configured).
...