Skip to main content

Module native_histogram

Module native_histogram 

Source
Expand description

Native histogram PromQL helpers.

Structsยง

MixedRange
Coordinated float/native-histogram range evaluation.
MixedRangeUdf ๐Ÿ”’
NativeHistogramAbsentOverTime
NativeHistogramAdd
NativeHistogramAggAvg
NativeHistogramAggSum
NativeHistogramAggregateAccumulator ๐Ÿ”’
NativeHistogramAnnotationUdf ๐Ÿ”’
NativeHistogramAvg
NativeHistogramAvgOverTime
NativeHistogramChanges
NativeHistogramCount
NativeHistogramCountOverTime
NativeHistogramDelta
NativeHistogramDivScalar
NativeHistogramDrop
NativeHistogramEq
NativeHistogramFraction
NativeHistogramIDelta
NativeHistogramIRate
NativeHistogramIncrease
NativeHistogramLastOverTime
NativeHistogramMulScalar
NativeHistogramNeg
NativeHistogramNotEq
NativeHistogramPresentOverTime
NativeHistogramQuantile
NativeHistogramRate
NativeHistogramResets
NativeHistogramScalarMul
NativeHistogramStddev
NativeHistogramStdvar
NativeHistogramSub
NativeHistogramSum
NativeHistogramSumOverTime
NativeHistogramToString
PromqlFloatToString
Formats float samples as PromQL label values.

Enumsยง

AnnotationLevel ๐Ÿ”’
AnnotationReturn ๐Ÿ”’
MixedRangeFunction ๐Ÿ”’
MixedRangeOutput ๐Ÿ”’
MixedRangePolicy ๐Ÿ”’
MixedSample ๐Ÿ”’
NativeHistogramAggregateKind ๐Ÿ”’
NativeHistogramRangeFloatKind ๐Ÿ”’
NativeHistogramRangeHistogramKind ๐Ÿ”’
SampleLane ๐Ÿ”’

Functionsยง

checked_window_bounds ๐Ÿ”’
Decodes packed range keys into validated half-open (offset, end) bounds.
collect_window_histograms ๐Ÿ”’
combined_range_float ๐Ÿ”’
compact_lane_input ๐Ÿ”’
Filters null placeholders from one sample lane and remaps its selected windows. Windows assigned to the other lane become empty.
create_native_extrapolated_udf ๐Ÿ”’
create_native_idelta_udf ๐Ÿ”’
create_native_range_float_udf ๐Ÿ”’
create_native_range_histogram_udf ๐Ÿ”’
extract_histogram_array ๐Ÿ”’
histogram_compare_udf ๐Ÿ”’
histogram_delta ๐Ÿ”’
histogram_pair_udf ๐Ÿ”’
histogram_pair_udf_with_collector ๐Ÿ”’
histogram_scalar_udf ๐Ÿ”’
histogram_string_udf ๐Ÿ”’
histogram_transform_udf ๐Ÿ”’
idelta_value ๐Ÿ”’
invoke_range_udf ๐Ÿ”’
mixed_range ๐Ÿ”’
mixed_transition ๐Ÿ”’
native_extrapolated_rate ๐Ÿ”’
native_histogram_aggregate_udf ๐Ÿ”’
native_histogram_range_float ๐Ÿ”’
native_histogram_range_histogram ๐Ÿ”’
native_histogram_scalar ๐Ÿ”’
native_idelta ๐Ÿ”’
range_fold_histograms ๐Ÿ”’
read_scalar_f64_arg ๐Ÿ”’
record_counter_reset_contradiction ๐Ÿ”’
record_counter_reset_contradiction_warning ๐Ÿ”’
record_custom_reconciliation ๐Ÿ”’
record_info ๐Ÿ”’
record_warning ๐Ÿ”’
scalar_histogram_udf ๐Ÿ”’
select_mixed_range_lanes ๐Ÿ”’
Selects the sample lane for each window and records policy-required annotations.
valid_count ๐Ÿ”’
Returns the number of valid samples in the half-open window [offset, end).
validity_prefix ๐Ÿ”’
Builds prefix counts where prefix[i] is the number of valid samples in valid[..i].
weighted_histogram_mean ๐Ÿ”’