mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
* Updated Getting Started topic, based on feedback from Diana and Daniel. Added 2 entries to Glassry. * Added new topic Getting Started with Grafana and Prometheus * Corrected image path. A couple of other minor changes. * Updated image link based on Marcus's suggestion. * Updated topics based on feedback. * Update docs/sources/getting-started/getting-started.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/getting-started/getting-started.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Added Diana's latest changes. Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
3.4 KiB
3.4 KiB
+++ title = "Glossary" description = "Grafana glossary" keywords = ["grafana", "intro", "glossary", "dictionary"] type = "docs" aliases = ["/docs/grafana/latest/guides/glossary"] [menu.docs] name = "Glossary" identifier = "glossary" parent = "guides" weight = 500 +++
Glossary
This topic lists words and abbreviations that are 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 data sources through plugins. |
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. |
Explore | Explore allows a user to focus on a building a query. User can refine the query to return the expected metrics before building a dashboard. |
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. |
Trace | An observed execution path of a request through a distributed system. For more information, refer to [What is Distributed Tracing?](https://opentracing.io/docs/overview/what-is-tracing/) |
Transformation | Transformations process the result set of a query before it’s passed on for visualization. |
Visualization | A graphical representation of query results. |