Expand description
Custom POEM Middleware for this service.
Modulesยง
- catch_
panic ๐ - A middleware to catch and log panics.
- 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 theupdaterfunction 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.
- tracing_
mw ๐ - Full Tracing and metrics middleware.