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