diff options
-rw-r--r-- | system/api/analytics/init.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/api/analytics/init.go b/system/api/analytics/init.go index f7b91d2..01950ee 100644 --- a/system/api/analytics/init.go +++ b/system/api/analytics/init.go @@ -5,6 +5,7 @@ package analytics import ( "encoding/json" + "fmt" "log" "net/http" "runtime" @@ -182,6 +183,8 @@ func ChartData() (map[string]interface{}, error) { } } + fmt.Println(metrics) + return nil }) if err != nil { |