fix: table name
This commit is contained in:
parent
881df9d936
commit
75539fb908
|
@ -16,7 +16,7 @@
|
|||
#include "clientMonitor.h"
|
||||
#include "clientLog.h"
|
||||
|
||||
const char* selectMonitorName = "select sql";
|
||||
const char* selectMonitorName = "taos_sql_req:count";
|
||||
const char* selectMonitorHelp = "count for select sql";
|
||||
const int selectMonitorLabelCount = 4;
|
||||
const char* selectMonitorLabels[] = {"cluster_id", "sql_type", "username", "result"};
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "clientLog.h"
|
||||
#include "tglobal.h"
|
||||
|
||||
const char* slowQueryName = "slow_query";
|
||||
const char* slowQueryName = "taos_slow_sql:count";
|
||||
const char* slowQueryHelp = "slow query log when cost over than config duration";
|
||||
const int slowQueryLabelCount = 4;
|
||||
const char* slowQueryLabels[] = {"cluster_id", "username", "result", "duration"};
|
||||
|
|
Loading…
Reference in New Issue