Grafana monitors large-screen visualization charts

Grafana series of articles, version: OOS v9.3.1

  1. Introduction and installation of Grafana
  2. Introduction to configuration parameters of Grafana monitoring large screen (1)
  3. Introduction to configuration parameters of Grafana monitoring large screen (2)
  4. Grafana monitors large-screen visualization charts

Previously, we took the Time series chart as an example to learn the configuration parameters of the panel. Here we will continue to learn other charts of Grafana, and the configuration parameters are similar.

Alert List

Alarm list, used to display the latest alarms on the large screen

insert image description here

Bar chart

Data classification chart

insert image description here

Stat

The visualization shows a large statistical value, with optional graphical sparklines. The background or value color can be controlled using a threshold.

insert image description here

Gauge

A gauge is a single-value visualization that can repeat for each series, column, or row.

insert image description here

Bar Gauge

Bar charts simplify data by reducing each field to a single value

insert image description here

Table

Dashboard visualizations are flexible, supporting multiple schemas for time series, tables, annotations, and raw JSON data. The panel also provides date formatting, value formatting, and color options.

insert image description here

Pie chart

A pie chart displays the reduced series or values ​​in a series from one or more queries as pie slices as they relate to each other. The arc length, area, and central angle of a slice are all proportional to the slice value as it relates to the sum of all values. This type of chart is best used when you want to quickly compare a small set of values ​​in an aesthetically pleasing format.

insert image description here

State timeline

The State Timeline panel visualizes discrete state changes over time. Each field or series is rendered as its unique horizontal band. The status area can be rendered with or without a value. This panel works with string or boolean states, but can also be used with time series. When used with time series, thresholds are used to convert numeric values ​​into discrete state regions.

insert image description here

Heatmap

Heatmap panel visualization allows you to view histograms over time

insert image description here

Status history

Status history visualizations show recurring status over time. Each field or series is rendered as a horizontal row. Boxes will be rendered and centered around each value.

insert image description here

Histogram

A histogram visualizes the distribution of calculated values ​​and displays it as a bar graph. The Y-axis and the height of each bar represent the count of values ​​falling within each bracket, while the X-axis represents the range of values.

insert image description here

Text

Text panels allow you to include text or HTML directly in your dashboard. This can be used to add contextual information and descriptions or to embed complex HTML.

insert image description here

Dashboard list

Dashboard list visualizations allow you to display dynamic links to other dashboards. The list can be configured to use star dashboards, recently viewed dashboards, search queries, and dashboard tags.

insert image description here

News

This panel visualizes the RSS feed. By default, it displays articles from the Grafana Labs blog.

insert image description here

Annotations

The Annotations panel displays a list of available annotations that can be used to view annotation data. Various options are available to filter the list based on tags and the current dashboard.

insert image description here

Candlestick

Candlestick panels allow you to visualize data that includes multiple consistent dimensions focused on price movement. Candlestick panels include open-high-low-close (OHLC) mode, and support for additional dimensions based on time series data.

insert image description here

Canvas

Canvas is a new panel that combines the power of Grafana with the flexibility of customizing elements. Canvas visualizations are extensible form-building panels that allow you to explicitly place elements in static and dynamic layouts. This enables you to design custom visualizations and overlay data within Grafana's UI in ways that are not possible with standard Grafana panels.

insert image description here

Geomap

The Geomap panel visualization allows you to view and customize a world map with geospatial data. You can configure various overlay styles and map view settings to easily focus on important location features of your data.

insert image description here

Logs panel

The Logs panel visualizes log lines from data sources that support logs such as Elastic, Influx, and Loki

insert image description here

Node graph panel

Node graphs can visualize directed graphs or networks. It uses directional force layout to efficiently position nodes, so complex infrastructure diagrams, hierarchies or execution diagrams can be displayed.

insert image description here

Traces panel

Visual Tracking Panel

insert image description here

XY chart

Scatterplot, the current version is for testing, and the official website does not provide documentation, but we should have seen the scatterplot, as follows are found elsewhere.

insert image description here
So far, all the charts of Grafana have been introduced, and the next step we will learn how to configure data query.

Monitoring related other articles:

  1. Spring Boot Admin Reference Guide
  2. The problem that the SpringBoot Admin service is offline and does not display health information
  3. Loading of Spring Boot Admin2 @EnableAdminServer
  4. Detailed Explanation of Spring Boot Admin2 AdminServerAutoConfiguration
  5. Detailed Explanation of Spring Boot Admin2 Instance Status Monitoring
  6. Spring Boot Admin2 custom JVM monitoring notification
  7. Spring Boot Admin2 custom exception monitoring
  8. Spring Boot Admin monitoring indicators connected to Grafana visualization

Guess you like

Origin blog.csdn.net/weixin_40972073/article/details/128309734