merge from main branch about customized kpi

This commit is contained in:
2024-11-08 11:46:08 +08:00
parent fcd482016c
commit 0f587196d0
4 changed files with 78 additions and 10 deletions

View File

@@ -302,7 +302,7 @@ func PostKPIReportFromNF(w http.ResponseWriter, r *http.Request) {
"neName": kpiData.NEName,
"rmUID": kpiData.RmUid,
"startIndex": kpiData.Index,
"timeGroup": kpiData.Date[:10] + " " + kpiData.StartTime,
"timeGroup": kpiData.Date[:10] + " " + kpiData.EndTime,
"createdAt": kpiData.CreatedAt,
"granularity": kpiData.Granularity,
"tenantID": kpiData.TenantID,