Expand description
Custom POEM Middleware for this service.
Modulesยง
- db_
check ๐ - Middleware to verify that there is connection the databases.
- metrics_
updater ๐ - A middleware module wrapping around
prometheus::Registry
. It acts as an endpoint to export metrics data to the Prometheus service. For every request to this endpoint, it will call theupdater
function to update metrics to the latest before sending to the service. - node_
info ๐ - Adds an information about the running cat-gateway instance for each response headers.
- schema_
validation ๐ - Middleware to verify the status of the last DB schema version validation.
- tracing_
mw ๐ - Full Tracing and metrics middleware.