Classes
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 |
Returns:
a Route handler for a specific metrics registry
- Type
- function