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 environmentds 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ยง

Enumsยง

Constantsยง

Traitsยง

  • DefaultLayers ๐Ÿ”’
    Default layers that should be applied to all routes, and should get applied to both the internal http and external http routers.

Functionsยง

Type Aliasesยง