tusk

Crates.iotusk
lib.rstusk
version0.0.1
sourcesrc
created_at2019-05-27 00:03:09.658133
updated_at2019-05-27 00:21:06.743423
descriptionTusk is a monitoring agent/server
homepage
repositoryhttps://github.com/icedrift/tusk.git
max_upload_size
id137224
size358,248
Aaron George (zoonage)

documentation

README

Build Status codecov

Tusk

Installation

Terminology

Word Meaning
Tag A string associated with a reading
Dimension A key-value pair associated with a reading
Metadata A combination of tags and dimensions associated with a reading
Data Point A combination of a name and a value, an example would be temperature and 24
Reading A combination of metadata and datapoints with a timestamp

Structure

The Tusk agent consists of the main agent and a selection of plugins.

Inputs

Input plugins provide a series of readings from a source.

Outputs

Input plugins send a series of readings to a destination.

Pipelines

Pipelines are a series of processing steps connecting inputs and outputs that can transform or aggregate the data.

Configuration

Configure Tusk

Configure the plugins

Inputs

Outputs

Pipelines

Commit count: 0

cargo fmt