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.
- memory 🔒
- probe 🔒Health check HTTP endpoints.
- root 🔒HTTP endpoints for the homepage and static files.
- sql 🔒
Structs
- Configuration for
base_router
. - Params 🔒
- The response to a
SqlRequest
.
Enums
- __Field 🔒
Constants
Statics
Functions
- auth 🔒
- Returns the router for routes that are shared between the internal and external HTTP servers.
- init_ws 🔒
Type Definitions
- Delayed 🔒