Chart Type | Multi-Statement Charting | Default Display Logic |
Table | Supported. | Merge and display the results of multiple statements. |
Sequence diagram | Supported. | Merge and display the results of multiple statements. |
Pie chart | Supported. | Merge and display the results of multiple statements. |
Gauge | Supported. | Merge and display the results of multiple statements. |
Single value chart | Supported. | Select one metric from the results of multiple statements and display it. |
Funnel chart | Supported. | Merge and display the results of multiple statements. |
Bar chart | Supported. Statements are combined by JOIN. | Display the result after statements are combined by JOIN. If JOIN is not used, only the result of the first statement is displayed. |
Sankey diagram | Supported. Statements are combined by JOIN. | Display the result after statements are combined by JOIN. If JOIN is not used, only the result of the first statement is displayed. |
Map | Supported. Statements are combined by JOIN. | Display the result after statements are combined by JOIN. If JOIN is not used, only the result of the first statement is displayed. |
Word cloud | Supported. Statements are combined by JOIN. | Display the result after statements are combined by JOIN. If JOIN is not used, only the result of the first statement is displayed. |
Radar chart | Supported. Statements are combined by JOIN. | Display the result after statements are combined by JOIN. If JOIN is not used, only the result of the first statement is displayed. |
Heat map | Supported. Statements are combined by JOIN. | Display the result after statements are combined by JOIN. If JOIN is not used, only the result of the first statement is displayed. |
Topology | Supported. Statements are combined by JOIN. | Display the result after statements are combined by JOIN. If JOIN is not used, only the result of the first statement is displayed. |
Logs | Not supported. | / |
* | select histogram(__TIMESTAMP__,interval 1 minute) as time, count(*) as "PV" group by time order by time limit 10000
* | select histogram(__TIMESTAMP__,interval 1 minute) as time, count(*) as "PV" group by time order by time limit 10000

* | select count(*) as "PV"
* | select count(*) as "PV"

* | select count(*) as "PV"
* | select count(*) as "PV"


status>=400 | select server_name,server_addr as "serverIP",count(*) as "Request error count" group by server_name,server_addr limit 10000
status>=400 | select sys_address as "serverIP",count(*) as "Request error count" group by sys_address limit 10000
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários