Crate saros

Source
Expand description

§saros

saros is a time series database and plotting front-end.

§Status

Active development.

§Scope

This tool provides everything necessary to ingest data and plot it.

§Warts

§Documentation

The latest documentation is always available at docs.rs.

Modules§

coding
delta_array
prometheus
query
querylang
recovery
support_nom

Structs§

BiometricsStoreClient
A typed RPC client.
BiometricsStoreServer
A typed RPC server.
CollectorID
A one_two_eight identifier.
EncodedSeries
FetchCountersRequest
FetchCountersResponse
FetchGaugesRequest
FetchGaugesResponse
FetchHistogramsRequest
FetchHistogramsResponse
MetricID
A one_two_eight identifier.
Point
QueryEngine
Series
A series is a tagged finite sample of readings taken at discrete time points.
SeriesDecoder
SeriesEncoder
Time
Time since UNIX epoch, in microseconds.
Window
A Window has a start and end time.

Enums§

Error
Error captures the ways Saros can fail.
MetricType
The type of metric being requested. A switch over biometrics sensor types.

Traits§

BiometricsStore
A typed RPC service.
IoToZ
IO to Z.

Functions§

register_biometrics
Register this crate’s biometrics.
register_monitors
Register this crate’s monitors.