Struct kairosdb::datapoints::Datapoints [] [src]

pub struct Datapoints { /* fields omitted */ }

Struct to define everything for a datapoint

Methods

impl Datapoints
[src]

Creates a new set of datapoints

Adds a new datapoint to the set using 'DateTime'

Adds a new datapoint to the set using the unix millisecond as time reference

Adds a tag to the datapoint set

Trait Implementations

impl Debug for Datapoints
[src]

Formats the value using the given formatter.