mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 20:54:22 -06:00
f92f657f17
* Rewrite getting started Added Intro to grafana file * Update getting_started.md * Delete intro-to-grafana * Adding and organizing intro content * Update intro-to-grafana.md * Update intro-to-grafana.md * More work on geting started * Update getting_started.md * Update getting_started.md * Update getting_started.md * updated links * Update dashboards.md * Update dashboards.md * Update getting_started.md
2.3 KiB
2.3 KiB
+++ title = "Glossary" description = "Grafana glossary" keywords = ["grafana", "intro", "glossary", "dictionary"] type = "docs" [menu.docs] name = "Glossary" identifier = "glossary" parent = "guides" weight = 400 +++
Glossary
This topic lists words and abbreviations that commonly used in the Grafana documentation and community.
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 source | A file, database, or service providing the data. Grafana supports a several data sources by default, and can be extended to support additional ones through plugins. |
Graph | A commonly-used visualization that displays data as points, lines, or bars. |
Panel | Basic building block in Grafana, composed by a query and a visualization. Can be moved and resized within a dashboard. |
Plugin | An extension of Grafana that allows users to provide additional functionality to enhance their experience. The types of plugins currently supported are:
|
Query | Used to request data from a data source. The structure and format of the query depend on the specific data source. |
Time series | A series of measurements, ordered by time. Time series are stored in data sources and returned as the result of a query. |
Visualization | A graphical representation of query results. |