NAME

    Metrics::Any::Adapter::Prometheus - a metrics reporting adapter for
    Prometheus

SYNOPSIS

       use Metrics::Any::Adapter 'Prometheus';

DESCRIPTION

    This Metrics::Any adapter type reports metrics to Prometheus by using
    Net::Prometheus. Each metric added to the adapter will be registered
    with the global Net::Prometheus::Registry instance.

    It becomes the calling program's responsibility to arrange for these to
    be HTTP accessible by using the Net::Prometheus API.

AUTHOR

    Paul Evans <leonerd@leonerd.org.uk>

