base/bif/telemetry_types.bif.zeek

GLOBAL
Telemetry
Namespaces:

GLOBAL, Telemetry

Summary

Types

Telemetry::MetricType: enum

An enum that specifies which type of metric you’re operating on.

Detailed Interface

Types

Telemetry::MetricType
Type:

enum

Telemetry::COUNTER

Counters track entities that increment over time.

Telemetry::GAUGE

Gauges track entities that fluctuate over time.

Telemetry::HISTOGRAM

Histograms group observations into predefined bins.

An enum that specifies which type of metric you’re operating on.