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§

  • 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§