fix: table name

This commit is contained in:
facetosea 2024-02-02 14:16:28 +08:00
parent 881df9d936
commit 75539fb908
2 changed files with 2 additions and 2 deletions

View File

@ -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"};

View File

@ -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"};