garage_admin 0.7.0

Administration and metrics REST HTTP server for Garage
Documentation
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;