histogramTimeseries property

List<TimeseriesBin>? histogramTimeseries
getter/setter pair

The histogram of user experiences for a metric.

The histogram will have at least one bin and the densities of all bins will add up to ~1, for each timeseries entry.

Implementation

core.List<TimeseriesBin>? histogramTimeseries;