@hackage / kiroku-metrics

Metrics, health, and event-streaming HTTP endpoints for Kiroku

Latest0.1.0.0

About

Metadata

  • Last updated , by shinzui
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: nadeem@gmail.com

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    example (off by default)

    Build the self-verifying example executable. Off by default because it depends on kiroku-test-support/ephemeral-pg, which are not published to Hackage (so a default build of the released package would fail to resolve them) and have no buildable source in the pinned Nix Haskell set. Enable with -fexample to run cabal run kiroku-metrics-example in the dev shell.

Readme

HTTP/JSON, Prometheus, and WebSocket endpoints exposing operational metrics for a running Kiroku event store, plus a WebSocket channel for streaming events out of the store. A sister package to kiroku-store; the core library never depends on a web framework.