From c0bd9fe551e6ccff2a1e26b4a87c4163092e0dd1 Mon Sep 17 00:00:00 2001 From: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Date: Thu, 14 Oct 2021 14:21:21 +0200 Subject: [PATCH] Remove nesting of terms and definitions for plugin; use lowercase for improper nouns (#40332) --- docs/sources/basics/glossary.md | 59 ++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 26 deletions(-) diff --git a/docs/sources/basics/glossary.md b/docs/sources/basics/glossary.md index cfa1038dc52..54a85afdc88 100644 --- a/docs/sources/basics/glossary.md +++ b/docs/sources/basics/glossary.md @@ -12,19 +12,31 @@ This topic lists words and abbreviations that are commonly used in the Grafana d - + + + + + - + - + + + + + @@ -36,13 +48,13 @@ This topic lists words and abbreviations that are commonly used in the Grafana d - + - + @@ -54,66 +66,61 @@ This topic lists words and abbreviations that are commonly used in the Grafana d - + - + - + - + - + + + + + - + - + - + - +
Dashboardapp plugin + 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 data source plugin, panel plugin, and plugin. +
dashboard 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.
Data sourcedata source 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.
Exemplardata source plugin + Extends Grafana with support for additional data sources. See also data source, app plugin, panel plugin, and plugin. +
exemplar 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.
Export/Import dashboardexport or import dashboard Grafana includes the ability to export your dashboards to a file containing JSON. Community members sometimes share their created dashboards on the Grafana Dashboards page. Dashboards previously exported or found on this site may be imported by other users.
Exporterexporter An exporter translates data that comes out of a data source into a format that Prometheus can digest.
Graphgraph A commonly-used visualization that displays data as points, lines, or bars.
Mixinmixin A mixin is a set of Grafana dashboards and Prometheus rules and alerts, written in Jsonnet and packaged together in a bundle.
Panelpanel Basic building block in Grafana, composed by a query and a visualization. Can be moved and resized within a dashboard.
Pluginpanel plugin - An extension of Grafana that allows users to provide additional functionality to enhance their experience. The types of plugins currently supported are: -
    -
  • - App plugin: Extends Grafana with a customized experience. It includes a set of panel and data source plugins, as well as custom pages. -
  • -
  • - Data source plugin: Extends Grafana with support for additional data sources. -
  • -
  • - Panel plugin: Extends Grafana with additional visualization options. -
  • -
+ Extends Grafana with additional visualization options. See also panel, plugin, app plugin, and data source plugin.
Queryplugin + An extension of Grafana that allows users to provide additional functionality to enhance their experience. See also app plugin, data source plugin, and panel plugin. +
query Used to request data from a data source. The structure and format of the query depend on the specific data source.
Time seriestime series A series of measurements, ordered by time. Time series are stored in data sources and returned as the result of a query.
Tracetrace An observed execution path of a request through a distributed system. For more information, refer to What is Distributed Tracing?
Transformationtransformation Transformations process the result set of a query before it’s passed on for visualization. For more information, refer to the Transformations overview topic.
Visualizationvisualization A graphical representation of query results.