update metrics

This commit is contained in:
ginuerzh
2022-03-16 21:28:03 +08:00
parent 7fd8720f38
commit bb7fb31e3d
4 changed files with 8 additions and 11 deletions

View File

@ -8,9 +8,9 @@ import (
"github.com/go-gost/config"
"github.com/go-gost/config/parsing"
"github.com/go-gost/core/logger"
metrics "github.com/go-gost/core/metrics/service"
"github.com/go-gost/core/registry"
"github.com/go-gost/core/service"
metrics "github.com/go-gost/metrics/service"
)
func buildService(cfg *config.Config) (services []service.Service) {

View File

@ -10,7 +10,7 @@ import (
"github.com/go-gost/config"
"github.com/go-gost/core/logger"
"github.com/go-gost/metrics"
"github.com/go-gost/core/metrics"
)
var (