2022-05-26 23:06:25 +08:00
---
aliases:
2022-12-10 00:36:04 +08:00
- ../basics/glossary/
- ../getting-started/glossary/
- ../guides/glossary/
2022-05-26 23:06:25 +08:00
description: Grafana glossary
keywords:
- grafana
- intro
- glossary
- dictionary
Explicitly set all front matter labels in the source files (#71548)
* Set every page to have defaults of 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/enterprise-licensing pages to have 'Enterprise' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/recorded-queries pages to have labels cloud,enterprise
* Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/stats-and-license pages to have labels cloud,enterprise
* Set alerting pages to have labels cloud,enterprise,oss
* Set breaking-changes pages to have labels cloud,enterprise,oss
* Set dashboards pages to have labels cloud,enterprise,oss
* Set datasources pages to have labels cloud,enterprise,oss
* Set explore pages to have labels cloud,enterprise,oss
* Set fundamentals pages to have labels cloud,enterprise,oss
* Set introduction/grafana-cloud pages to have labels cloud
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix introduction pages products
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set panels-visualizations pages to have labels cloud,enterprise,oss
* Set release-notes pages to have labels cloud,enterprise,oss
* Set search pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set troubleshooting pages to have labels cloud,enterprise,oss
* Set whatsnew pages to have labels cloud,enterprise,oss
* Apply updated labels from review
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2023-07-18 16:10:12 +08:00
labels:
products:
- cloud
- enterprise
- oss
2022-05-26 23:06:25 +08:00
title: Glossary
2023-06-17 00:24:21 +08:00
weight: 850
2022-05-26 23:06:25 +08:00
---
2019-09-21 00:55:31 +08:00
# Glossary
2020-05-05 03:50:33 +08:00
This topic lists words and abbreviations that are commonly used in the Grafana documentation and community.
2019-09-21 00:55:31 +08:00
< table >
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > app plugin< / td >
< td >
An extension of Grafana that allows users to provide additional functionality to enhance their experience by including a set of panel and data source plugins, as well as custom pages. See also < i > data source plugin< / i > , < i > panel plugin< / i > , and < i > plugin< / i > .
< / td >
< / tr >
< tr >
< td style = "vertical-align: top" > dashboard< / td >
2020-09-30 21:07:44 +08:00
< td >
A set of one or more panels, organized and arranged into one or more rows, that provide an at-a-glance view of related information.
< / td >
< / tr >
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > data source< / td >
2020-09-30 21:07:44 +08:00
< td >
2021-02-09 21:29:30 +08:00
A file, database, or service providing the data. Grafana supports several data sources by default, and can be extended to support additional data sources through plugins.
2020-09-30 21:07:44 +08:00
< / td >
2019-09-21 00:55:31 +08:00
< / tr >
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > data source plugin< / td >
< td >
Extends Grafana with support for additional data sources. See also < i > data source< / i > , < i > app plugin< / i > , < i > panel plugin< / i > , and < i > plugin< / i > .
< / td >
< / tr >
< tr >
< td style = "vertical-align: top" > exemplar< / td >
2020-09-30 21:07:44 +08:00
< td >
An exemplar is any data that serves as a detailed example of one of the observations aggregated into a metric. An exemplar contains the observed value together with an optional timestamp and arbitrary labels, which are typically used to reference a trace.
< / td >
< / tr >
2020-10-23 06:14:30 +08:00
< tr >
< td style = "vertical-align: top" > Explore< / td >
< td >
2021-04-14 23:13:18 +08:00
Explore allows a user to focus on building a query. Users can refine the query to return the expected metrics before building a dashboard. For more information, refer to the < a href = "https://grafana.com/docs/grafana/latest/explore" > Explore< / a > topic.
2020-10-23 06:14:30 +08:00
< / td >
< / tr >
2020-11-06 23:33:32 +08:00
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > export or import dashboard< / td >
2020-11-06 23:33:32 +08:00
< td >
2020-11-18 00:19:16 +08:00
Grafana includes the ability to export your dashboards to a file containing JSON. Community members sometimes share their created dashboards on the < a href = "https://grafana.com/grafana/dashboards" > Grafana Dashboards page< / a > . Dashboards previously exported or found on this site may be imported by other users.
2020-11-06 23:33:32 +08:00
< / td >
< / tr >
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > exporter< / td >
2020-11-06 23:33:32 +08:00
< td >
An exporter translates data that comes out of a data source into a format that Prometheus can digest.
< / td >
< / tr >
< tr >
< td style = "vertical-align: top" > Integration (Grafana Cloud)< / td >
< td >
Each Integration in Grafana Cloud uses the cloud agent to connect your data source to Grafana Cloud for visualizing. Note: Prometheus uses the word “integrations” to refer to software that exposes Prometheus metrics without needing an exporter, which is a different use of the same word we use here.
< / td >
< / tr >
2020-09-30 21:07:44 +08:00
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > graph< / td >
2020-09-30 21:07:44 +08:00
< td >
A commonly-used visualization that displays data as points, lines, or bars.
< / td >
2019-09-21 00:55:31 +08:00
< / tr >
2020-11-06 23:33:32 +08:00
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > mixin< / td >
2020-11-06 23:33:32 +08:00
< td >
A mixin is a set of Grafana dashboards and Prometheus rules and alerts, written in Jsonnet and packaged together in a bundle.
< / td >
< / tr >
2020-09-30 21:07:44 +08:00
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > panel< / td >
2020-09-30 21:07:44 +08:00
< td >
Basic building block in Grafana, composed by a query and a visualization. Can be moved and resized within a dashboard.
< / td >
2019-09-21 00:55:31 +08:00
< / tr >
2020-09-30 21:07:44 +08:00
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > panel plugin< / td >
< td >
Extends Grafana with additional visualization options. See also < i > panel< / i > , < i > plugin< / i > , < i > app plugin< / i > , and < i > data source plugin< / i > .
< / td >
< / tr >
< tr >
< td style = "vertical-align: top" > plugin< / td >
2020-09-30 21:07:44 +08:00
< td >
2021-10-14 20:21:21 +08:00
An extension of Grafana that allows users to provide additional functionality to enhance their experience. See also < i > app plugin< / i > , < i > data source plugin< / i > , and < i > panel plugin< / i > .
2020-09-30 21:07:44 +08:00
< / td >
2019-09-21 00:55:31 +08:00
< / tr >
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > query< / td >
2020-09-30 21:07:44 +08:00
< td >
Used to request data from a data source. The structure and format of the query depend on the specific data source.
2019-09-21 00:55:31 +08:00
< / td >
< / tr >
2020-09-30 21:07:44 +08:00
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > time series< / td >
2020-09-30 21:07:44 +08:00
< td >
A series of measurements, ordered by time. Time series are stored in data sources and returned as the result of a query.
< / td >
2019-09-21 00:55:31 +08:00
< / tr >
2020-09-30 21:07:44 +08:00
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > trace< / td >
2020-09-30 21:07:44 +08:00
< td >
2020-11-18 00:19:16 +08:00
An observed execution path of a request through a distributed system. For more information, refer to < a href = "https://opentracing.io/docs/overview/what-is-tracing/" > What is Distributed Tracing?< / a >
2020-10-23 06:14:30 +08:00
< / td >
< / tr >
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > transformation< / td >
2020-10-23 06:14:30 +08:00
< td >
2021-04-14 23:13:18 +08:00
Transformations process the result set of a query before it’ s passed on for visualization. For more information, refer to the < a href = "https://grafana.com/docs/grafana/latest/panels/transformations" > Transformations overview< / a > topic.
2020-09-30 21:07:44 +08:00
< / td >
2019-09-21 00:55:31 +08:00
< / tr >
< tr >
2021-10-14 20:21:21 +08:00
< td style = "vertical-align: top" > visualization< / td >
2019-09-21 00:55:31 +08:00
< td > A graphical representation of query results.< / td >
< / tr >
< / table >