aboutsummaryrefslogtreecommitdiff
path: root/src/admin/lib.rs
blob: b5b0775b6be192728d9901311cb688d808e0eeff (plain) (blame)
1
2
3
4
5
6
//! Crate for handling the admin and metric HTTP APIs
#[macro_use]
extern crate tracing;

pub mod metrics;
pub mod tracing_setup;