diff --git a/content/shared/influxdb3-reference/glossary.md b/content/shared/influxdb3-reference/glossary.md index a66f13bdf..a3d88ae71 100644 --- a/content/shared/influxdb3-reference/glossary.md +++ b/content/shared/influxdb3-reference/glossary.md @@ -122,14 +122,19 @@ With the InfluxDB 3 storage engine, high series cardinality _does not_ affect pe ### cluster A collection of servers or processes that work together as a single unit. -An InfluxDB Cloud Dedicated cluster is a collection of InfluxDB servers dedicated +An InfluxDB cluster is a collection of InfluxDB servers dedicated to the workload of a single customer. ### collect -Collect and write time series data to InfluxDB using line protocol, Telegraf, -the InfluxDB v1 and v2 HTTP APIs, v1 and v2 `influx` command line interface (CLI), -and InfluxDB client libraries. +Collect and write time series data to InfluxDB using line protocol and any of the following tools: + +- Telegraf +- the InfluxDB v1, v2, or v3 HTTP APIs +- `influxdb3` command line interface (CLI) for InfluxDB 3 Core and Enterprise +- InfluxDB 3 Processing engine with the `LineBuilder` and `influxdb3_local` shared API. +- v1 or v2 `influx` command line interface (CLI) +- InfluxDB v1, v2, or v3 client libraries ### collection interval @@ -143,7 +148,7 @@ Related entries: Collection jitter prevents every input plugin from collecting metrics simultaneously, which can have a measurable effect on the system. -For each collection interval, every Telegraf input plugin will sleep for a random +For each collection interval, every Telegraf input plugin sleeps for a random time between zero and the collection jitter before collecting the metrics. Related entries: @@ -179,11 +184,11 @@ A background process that runs without user input. ### dashboard -A collection of data visualizations used to query and display data. -Some versions of InfluxDB include a built-in dashboarding tool for time series data. -Tools such as [Grafana](https://grafana.com), [Apache Superset](https://superset.apache.org/), -[Tableau](https://www.tableau.com/) specialize in data visualization and dashboards -for various data sources, including time series data stored in InfluxDB. +A collection of data visualizations, charts, and panels organized in a single view to monitor and analyze time series data. Dashboards provide at-a-glance visualization of metrics and allow users to track trends, spot anomalies, and understand relationships between different data points over time. +Some versions of InfluxDB include built-in dashboarding features. +InfluxDB can integrate with third-party visualization and dashboard tools, such as +[Grafana](https://grafana.com), [Apache Superset](https://superset.apache.org/), +[Tableau](https://www.tableau.com/).