Struct collectd_plugin::ValueListBuilder [] [src]

pub struct ValueListBuilder { /* fields omitted */ }

Methods

impl ValueListBuilder
[src]

[src]

[src]

A set of observed values that belong to the same plugin and type instance

[src]

Distinguishes entities that yield metrics. Each core would be a different instance of the same plugin, as each core reports "idle", "user", "system" metrics.

[src]

The type instance is used to separate values of identical type which nonetheless belong to one another. For instance, even though "free", "used", and "total" all have types of "Memory" they are different type instances.

[src]

Override the machine's hostname that the observed values will be attributed to. Best to override when observing values from another machine

[src]

The timestamp at which the value was collected. Overrides the default time, which is when collectd receives the values from submit. Use only if there is a significant delay is metrics gathering or if submitting values from the past.

[src]

The interval in which new values are to be expected. This is typically handled at a global or plugin level. Use at your own discretion.

[src]

Submits the observed values to collectd and returns errors if encountered