0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-13 17:19:11 +00:00

Create a terminology dictionary for Netdata ()

This commit is contained in:
Fotis Voutsas 2024-11-25 10:33:42 +02:00 committed by GitHub
parent 67b152b7ac
commit 0b575e473b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

34
docs/DICTIONARY.md Normal file
View 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 |