Changes for page Grafana
Last modified by Peter Wurbs on 2025/05/07 11:36
From version 21.4
edited by Peter Wurbs
on 2025/04/10 09:26
on 2025/04/10 09:26
Change comment:
There is no comment for this version
To version 20.6
edited by Peter Wurbs
on 2025/04/10 09:15
on 2025/04/10 09:15
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -78,25 +78,13 @@ 78 78 ** Search for specific data 79 79 ** Quickly execute queries and generate visualization panels 80 80 ** Generate queries later to be used in dashboards 81 -* "Explore" function can be found in the Menu panel81 +* "Explore" can be found in the Menu panel 82 82 * Detailed information can be found via this [[link>>https://grafana.com/docs/grafana/latest/explore/]] 83 83 84 84 == Dashboards == 85 85 86 86 * Dashboards are the way to visualize metrics, logs and other data. 87 -* Dashboards are a collection of "Panels". Each panel is of a specific type (stat, time series, table, log...). Many Panel Plugins are pre installed and can be used.87 +* Dashboards are a collection of "Panels". Each panel is of a specific type (stat, time series, table, log...). Many Panel Plugins are pre 88 88 * Data are displayed based on queries which are the main part of a panel configuration. 89 89 * Dashboards can be created and edited by users owning the Editor or Admin role 90 -* "Dashboard" function can be in the Menu panel 91 -* There is a good [[guideline >>https://grafana.com/docs/grafana/latest/getting-started/build-first-dashboard/]]about the first steps. 92 -* Detailed information can be found via this [[link>>https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/]]. 93 - 94 -== Alerts == 95 - 96 -* Based on the data gathered via datasources, alerts can be defined. 97 -* In contrast to the classic alerting, the new Grafana Unified Alerting is set up mostly independent of specific dashboards. 98 -* Alerting configuration is split into 99 -** Alert rules 100 -** Contact points 101 -** Notification policies 102 102 *