Module cernan::metric [] [src]

metric is a collection of the abstract datatypes that cernan operates over, plus related metadata. The main show here is metric::Event. Everything branches down from that.

Structs

LogLine

An unstructured piece of text, plus associated metadata

Telemetry

A Telemetry is a name, tagmap, timestamp and aggregated, point-in-time value, as outlined in the cernan native protocol.

Enums

AggregationMethod

The available aggregations for Telemetry.

Encoding

Supported event encodings.

Event

Event: the central cernan datastructure

TagIter

Functions

cmp_tagmap

Compare two tagmaps

Type Definitions

TagMap

A common type in cernan, a map from string to string