feat: add metric plugin (#361)

This commit is contained in:
boojack
2022-10-29 11:15:39 +08:00
committed by GitHub
parent 30daea0c4f
commit 95376f78f6
13 changed files with 157 additions and 5 deletions

View File

@@ -17,6 +17,8 @@ import (
type Server struct {
e *echo.Echo
Collector *MetricCollector
Profile *profile.Profile
Store *store.Store