-
Notifications
You must be signed in to change notification settings - Fork 5
Glossary
Key concepts are in bold.
Central service acting as a publisher of a feed that carries data points pertaining to all hosts. In other words, it publishes a union of forwarder and poller feeds.
Central service responsible for cluster management.
Value of a time series at the given time. In a line plot, it corresponds to every (X,Y) that contributes to line's shape.
- Indirect feed is a subscriber connection carrying data points pertaining to all hosts.
- Direct feed is a subscriber connection carrying data points pertaining to the local host.
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 the 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.
- An indirect subscriber receives data points from aggregator.
- A direct subscriber receives points from forwarders and the poller.
Sequence of data points created based on periodic sampling of the same variable (e.g. cpu utilization of the local host). In a line plot, it corresponds to the line itself. Produced by plugins.
Human-readable name of a time series. In a line plot, it corresponds to line's label in the legend (key) section.
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).
⌇ opentsp.org - Time Series Pipeline