Searched defs:HistogramBuilder (Results 1 – 4 of 4) sorted by relevance
25 pub(crate) struct HistogramBuilder { struct26 pub(crate) histogram_type: HistogramType,27 pub(crate) legacy: Option<LegacyBuilder>,234 impl HistogramBuilder { implementation279 impl Default for HistogramBuilder { implementation
12 pub(crate) struct HistogramBuilder {} struct
25 class HistogramBuilder; variable
1410 fn metrics_poll_count_histogram_builder(&self) -> Option<HistogramBuilder> { in metrics_poll_count_histogram_builder()