Expand description
Histogram functionality for generating time-series data from journal files.
This module provides types and services for computing histograms of journal log entries over time ranges, with support for filtering and faceted field indexing.
Structs§
- Bucket
Request - A bucket request contains a [start, end) time range along with the filter that should be applied.
- Bucket
Response - A bucket response containing aggregated field value counts.
- Histogram
- Represents a histogram of journal log entries over time.
- Histogram
Engine - Engine for computing histograms from journal files.
Functions§
- calculate_
bucket_ duration - Calculate the appropriate bucket duration for a given time range.