Module mz_environmentd::http
source ยท Expand description
Embedded HTTP server.
environmentd embeds an HTTP server for introspection into the running process. At the moment, its primary exports are Prometheus metrics, heap profiles, and catalog dumps.
Modulesยง
- catalog ๐Catalog introspection HTTP endpoints.
- console ๐Console Impersonation HTTP endpoint.
- memory ๐
- metrics ๐Metrics tracked for
environmentd
s HTTP servers. - probe ๐Health check HTTP endpoints.
- root ๐HTTP endpoints for the homepage and static files.
- sql ๐
- webhook ๐Helpers for handling events from a Webhook source.
Structsยง
- Base
Router ๐Config Configuration forbase_router
. - The response to a
SqlRequest
.
Enumsยง
- Auth
Error ๐ - Conn
Protocol ๐ - Credentials ๐
Constantsยง
- Maximum allowed size for a request.
Traitsยง
- Default
Layers ๐Default layers that should be applied to all routes, and should get applied to both the internal http and external http routers.
Functionsยง
- auth ๐
- base_
router ๐Returns the router for routes that are shared between the internal and external HTTP servers. - handle_
load_ ๐error - http_
auth ๐ - init_ws ๐
- internal_
http_ ๐auth
Type Aliasesยง
- Delayed ๐