mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 17:19:11 +00:00
Create a terminology dictionary for Netdata (#19071)
This commit is contained in:
parent
67b152b7ac
commit
0b575e473b
1 changed files with 34 additions and 0 deletions
34
docs/DICTIONARY.md
Normal file
34
docs/DICTIONARY.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Terminology Dictionary
|
||||
|
||||
This guide standardizes terminology for Netdata's documentation and communications. When referring to Netdata mechanisms or concepts, use these terms and definitions to ensure clarity and consistency.
|
||||
|
||||
When the context is clear, we can omit the "Netdata" prefix for brevity.
|
||||
|
||||
## Core Components
|
||||
|
||||
| Term | Definition |
|
||||
|------------------------|--------------------------------------------------------------------------|
|
||||
| **Agent** (**Agents**) | The core monitoring software that collects, processes and stores metrics |
|
||||
| **Cloud** | The centralized platform for managing and visualizing Netdata metrics |
|
||||
|
||||
## Database
|
||||
|
||||
| Term | Definition |
|
||||
|----------------------|----------------------------------------------------|
|
||||
| **Tier** (**Tiers**) | Database storage layers with different granularity |
|
||||
|
||||
## Streaming
|
||||
|
||||
| Term | Definition |
|
||||
|--------------------------|-------------------------------------------------------------|
|
||||
| **Parent** (**Parents**) | An Agent that receives metrics from other Agents (Children) |
|
||||
| **Child** (**Children**) | An Agent that streams metrics to another Agent (Parent) |
|
||||
|
||||
## Machine Learning
|
||||
|
||||
| Term | Abbreviation | Definition |
|
||||
|-------------------------|:------------:|-------------------------------------------------------------------------------------------------|
|
||||
| **Machine Learning** | ML | An umbrella term for Netdata's ML-powered features |
|
||||
| **Anomaly Detection** | | The capability to identify unusual patterns in metrics |
|
||||
| **Metric Correlations** | | Filters dashboard to show metrics with the most significant changes in the selected time window |
|
||||
| **Anomaly Advisor** | | The interface and tooling for analyzing detected anomalies |
|
Loading…
Add table
Reference in a new issue