This repository was archived by the owner on Jul 21, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
facilitator: metrics scrape endpoint
Adds a metrics module, which implements an asynchronous tokio task that listens for Prometheus metric scrape requests at `/metrics` on a configurable port (8080 by default). Also implements some basic wrappers around `IntCounter`s and `IntCounterVec`s to report basic metrics on intake and aggregate tasks. More metrics will follow.
- Loading branch information