base/bif/telemetry.bif.zeek¶
- GLOBAL¶
- Telemetry¶
Functions for accessing counter metrics from script land.
- Namespaces
GLOBAL, Telemetry
Summary¶
Functions¶
Detailed Interface¶
Functions¶
- Telemetry::__dbl_counter_family¶
- Telemetry::__dbl_counter_inc¶
- Telemetry::__dbl_counter_metric_get_or_add¶
- Type
function
(family:opaque
of dbl_counter_metric_family, labels:table_string_of_string
) :opaque
of dbl_counter_metric
- Telemetry::__dbl_counter_singleton¶
- Telemetry::__dbl_gauge_dec¶
- Telemetry::__dbl_gauge_family¶
- Telemetry::__dbl_gauge_inc¶
- Telemetry::__dbl_gauge_metric_get_or_add¶
- Type
function
(family:opaque
of dbl_gauge_metric_family, labels:table_string_of_string
) :opaque
of dbl_gauge_metric
- Telemetry::__dbl_gauge_singleton¶
- Telemetry::__dbl_histogram_family¶
- Telemetry::__dbl_histogram_metric_get_or_add¶
- Type
function
(family:opaque
of dbl_histogram_metric_family, labels:table_string_of_string
) :opaque
of dbl_histogram_metric
- Telemetry::__dbl_histogram_observe¶
- Telemetry::__dbl_histogram_singleton¶
- Telemetry::__int_counter_family¶
- Telemetry::__int_counter_inc¶
- Telemetry::__int_counter_metric_get_or_add¶
- Type
function
(family:opaque
of int_counter_metric_family, labels:table_string_of_string
) :opaque
of int_counter_metric
- Telemetry::__int_counter_singleton¶
- Telemetry::__int_gauge_dec¶
- Telemetry::__int_gauge_family¶
- Telemetry::__int_gauge_inc¶
- Telemetry::__int_gauge_metric_get_or_add¶
- Type
function
(family:opaque
of int_gauge_metric_family, labels:table_string_of_string
) :opaque
of int_gauge_metric
- Telemetry::__int_gauge_singleton¶
- Telemetry::__int_histogram_family¶
- Telemetry::__int_histogram_metric_get_or_add¶
- Type
function
(family:opaque
of int_histogram_metric_family, labels:table_string_of_string
) :opaque
of int_histogram_metric
- Telemetry::__int_histogram_observe¶
- Telemetry::__int_histogram_singleton¶