
Monitoring Chart Name | Unit | Monitoring Metric |
Processed log volume | Rows | Enter the number of rows. Output the number of rows. Number of rows that failed to be written to the target topic. Number of rows successfully written to the target topic. |
SQL analysis duration | Millisecond/Second | Time of writing the result of a single SQL analysis (query) to the target topic - the analysis start time. For example: The time when the result of an SQL analysis (query) is written to the target topic is 15:01:00.900, and the analysis start time (actual scheduling time) is 15:01:00.300. Therefore, that SQL analysis takes 600 milliseconds in total. |
SQL analysis scheduling delay | Millisecond/Second | Delay of a single SQL analysis scheduling. For example: The SQL analysis configured by the user is scheduled to run once per minute. Assuming that an SQL analysis (query) is scheduled to run at 15:01:00 as planned, but the actual scheduling time is 15:01:00.100, then the scheduling delay is 100 milliseconds. |
SQL analysis result | Counts | Statistics of SQL analysis results. The results of a scheduled SQL analysis include the following types: success, syntax error, query timeout, internal error, and concurrent limit exceeded. For example: If you select to query data for 1 day in the upper-right corner, then the step size of the time axis is 15 minutes. If your scheduled SQL task has a scheduling period of 1 minute, meaning it is scheduled to run once per minute, and assuming all schedules are successful, then the analysis result is 15 successes. |
피드백