Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
facilitator: metrics scrape endpoint
Browse files Browse the repository at this point in the history
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
tgeoghegan committed Jan 21, 2021
1 parent b6b796a commit 52db4c9
Show file tree
Hide file tree
Showing 7 changed files with 612 additions and 56 deletions.
Loading

0 comments on commit 52db4c9

Please sign in to comment.