PrometheusHandler.this

Constructor.

Initializes an HTTP request handler instance for GET requests at the /metrics endpoint.

Parameters

finalizer FinalizeDg

Finalizer callback of the select listener.

collector_registry CollectorRegistry

The CollectorRegistry instance, containing references to the collection callbacks.

epoll EpollSelectDispatcher

The EpollSelectDispatcher instance used here.

stack_size size_t

The fiber stack size to use. Defaults to HttpConnectionHandler.default_stack_size.

Meta