jheap_histo 0.1.0

Ingests Java heap histograms to Elasticsearch
Documentation
1
2
3
4
5
6
#[macro_use]
extern crate log;

mod histo;

pub use histo::{Entry, Histogram, HistogramWithTimestamp};