mprobe-vis 0.2.0

A library for visualizing MongoDB FTDC metrics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! [mprobe]'s visualization library.
//!
//! [mprobe]: https://github.com/nelusnegur/mprobe
//!
//! **WARNING**: This library is the mprobe's visualization internal library and
//! there are no plans to stabilize it. The API may break at any time without notice.

#![warn(missing_docs)]

pub(crate) mod chart;
pub(crate) mod id;
pub(crate) mod template;

pub mod error;
pub mod layout;