public class PrometheusScraperCli
extends Object
This is a command line utility that can scrape a Prometheus protocol endpoint and outputs the metric data it finds.
You provide a single required argument on the command line - the URL of the Prometheus protocol endpoint, which is
typically something like "http://localhost:9090/metrics".