当前位置:网站首页>Grafana panel - about conversion
Grafana panel - about conversion
2022-07-22 19:26:00 【51CTO】
About conversion
About transformations
The transformation processes the query result set before passing it for visualization . Use transformation , You can :
- Rename field
- Add time series data
- Perform mathematical operations across queries
- Use the output of one transformation as the input of another
For users who rely on multiple views of the same dataset , Transformation provides an effective way to create and maintain a large number of dashboards .
You can also use the output of one transformation as the input of another , To improve performance .
Sometimes the system cannot draw the converted data . When this happens , single click
Table view
Visualize the toggle switch above to switch to the tabular view of the data . This can help you understand the final result of the transformation .
Conversion type
Grafana Provides a variety of methods to convert data . A complete list of transformations , see also Conversion function .
Conversion order
When there are multiple conversions ,Grafana They will be applied in the order they are listed . Each transformation creates a result set , Then it is passed to the next transformation in the processing pipeline .
Grafana The order in which the transformation is applied directly affects the result . for example , If you use Reduce The transformation compresses all the results of a column into a single value , Then you can only apply the transformation to this single value .
Add a conversion function to the data
The following steps will guide you through adding transformations to your data . This document does not include steps for each conversion type . A complete list of transformations , See conversion function .
To apply the conversion function to the data :
- Navigate to the panel where you want to add one or more transformations .
- Click panel title , And then click edit Edit.
- single click transformation Transform tab .
- Click on a transformation .
A conversion line will appear , You can configure conversion options . More information about how to configure transformations , See conversion function .
Information about available calculations , See calculation type . - To apply another transformation , Please click on the Add transformation Add transform.
This transformation works on the result set returned by the previous transformation .
Debug conversion
To view the input and output result sets of the transformation , Please click the error icon on the right side of the conversion line .
Input and output result sets can help you debug the transformation .
Delete transformation
We recommend that you delete unwanted transformations . When deleting transformation , Data will be deleted from the visualization .
To delete the transformation :
- Open a panel for editing .
- single click transformation tab .
- Click the trash can icon next to the transformation you want to delete .
Conversion function
grafana Common conversion functions
边栏推荐
- Programmer interview golden code interview question 01.05. primary editing
- Cross entropy loss function
- MFC dialog program only runs a simple example of a single instance
- Oracle容器数据库的安装和使用
- LeetCode 每日一题 2021/12/6-2021/12/12
- 融云办政事: “小网格”也能实现“大治理”
- 米哈游大量招募新同学,校招提前批最后一天!
- 河北、浙江的气候变化了?
- Unity: quick positioning camera
- 互联网通信安全之终端数据保护
猜你喜欢
Oracle容器数据库的安装和使用
互联网通信安全之终端数据保护
grafana面板-覆盖字段值
Swagger-UI介绍及常用注解说明
[FatFs] porting FatFs file system based on STM32 SD card
Centos7 installs MySQL 5.7 decompressed version & Navicat connection MySQL & firewall settings - the personal test is valid
Constructor
Audio 3A processing practice makes your application more "pleasant"
1. Access JSON in a way similar to the window path
协同办公市场暴增背后:融云通信能力是需求重点
随机推荐
[summary of linked list skills] 876. Intermediate node of linked list
Introduction to arrays
Audio 3A processing practice makes your application more "pleasant"
Unity: material download
融云办政事: “小网格”也能实现“大治理”
15 SQL optimizations commonly used by experts
为什么重写equels方法一定要重写hashCode方法
Leetcode:626. Change seats
字符集和字符编码
融云首席科学家任杰:历练出人才,职场「经历>经验」
Oracle容器数据库的安装和使用
1. Access JSON in a way similar to the window path
LeetCode 每日一题 2021/12/20-2021/12/26
Why is it necessary to rewrite the hashcode method when rewriting the requests method
LeetCode 每日一题 2022/2/7-2022/2/13
Leetcode daily question 2022/2/21-2022/2/27
LeetCode 每日一题 2022/2/21-2022/2/27
Leetcode daily question 2022/3/28-2022/4/3
服务器运维环境安全体系(上篇)
1. Qtimer:: how to transfer parameters from singleshot, 2. Qmetaobject:: invokemethod how to transfer values with functions