-
Notifications
You must be signed in to change notification settings - Fork 5
Glossary
Central service acting as a publisher of a feed that carries data points pertaining to all hosts. This feed is effectively a union of forwarder and poller feeds.
Central service responsible for cluster management.
Numeric value obtained by reading of a statistic at a specific time. Element of a time series. Every line output by a plugin is a data point.
In a line plot, it corresponds to every (x,y) that contributes to line's shape.
TCP connection carrying real-time stream of recently extracted data points. Produced by forwarder, poller, and aggregator.
Ruleset used to drop data points received from plugins, or to rewrite them before publishing to subscribers.
Agent distributed to every host. Publisher of a feed that carries data points pertaining to the local host.
User program running a loop that extracts data points from the local host (if executed by forwarder) or from remote hosts (if executed by poller). It submits these points to forwarder/poller for filtering and delivery to subscribers.
Central service acting as a publisher of a feed that carries data points pertaining to remote hosts (e.g. SNMP devices).
Plugin responsible for deriving data points from event streams (e.g. web logs) through continuous statistical aggregation.
User program that consumes the feed.
- Indirect: receives data points from aggregator.
- Direct receives points from forwarders and the poller.
Sequence of data points created by periodically reading the value of a statistic (e.g. cpu utilization of the local host).
In a line plot, it corresponds to the line itself.
Human-readable name of a time series.
The identifier consists of two sections:
- Metric: A dot-delimited string that represents a broad category of time series (e.g. os.filesystem.usage).
- Tags: List of key=value pairs that subdivide metric along independent dimensions (e.g. host=localhost,mount=/var/log).
In a line plot, it corresponds to line's label in the legend (key) section.
⌇ opentsp.org - Time Series Pipeline