Module metrix::instruments [] [src]

Structs

Cockpit

A cockpit groups panels.

Counter

A simple ever increasing counter

Gauge

Simply returns the value that has been observed last.

Histogram

For tracking values. E.g. request latencies

Meter

For measuring rates, e.g. request/s

Panel

The panel shows recorded observations of the same label in different flavours.

Enums

Update

An update instruction for an instrument

Traits

HandlesObservations

Something that can react on Observations where the Label is the type of the label.

Updates