shelf_metrics library
A library to track request times for shelf servers.
Functions
-
register(
[CollectorRegistry? registry]) → Middleware -
Register default metrics for the shelf and returns a
shelf.Middleware
that can be added to theshelf.Pipeline
. If noregistry
is provided, theCollectorRegistry.defaultRegistry
is used.