Crate heatmap [] [src]

Heatmap provides a time-series of Histograms, which is useful for recording distributions over time and reporting percentiles over time

Goals

  • pre-allocated datastructure
  • report time-series percentiles
  • auto-slicing by record time

Future work

  • make it work
  • make it awesome
  • add roll-up

Usage

Create a heatmap. Insert values over time. Profit.


use heatmap::*;

Structs

Heatmap
HeatmapConfig
HeatmapCounters
HeatmapData
HeatmapProperties
HeatmapSlice