Module: vertx-micrometer-metrics-js/prometheus_scraping_handler

Classes

PrometheusScrapingHandler

Methods

(static) PrometheusScrapingHandler.create(registryName) → {function}

Creates a Vert.x Web Route handler for Prometheus metrics scraping. The registry specified by registryName is used.
Parameters:
Name Type Description
registryName string the backend metrics registry
Source:
Returns:
a Route handler for a specific metrics registry
Type
function