update metrics

This commit is contained in:
ginuerzh
2022-03-14 22:03:25 +08:00
parent ba23628a0e
commit 7915c0401c
19 changed files with 49 additions and 39 deletions

View File

@ -5,11 +5,11 @@ import (
"sync"
"sync/atomic"
"github.com/go-gost/gost/v3/pkg/common/metrics"
"github.com/go-gost/gost/v3/pkg/listener"
"github.com/go-gost/gost/v3/pkg/logger"
md "github.com/go-gost/gost/v3/pkg/metadata"
"github.com/go-gost/gost/v3/pkg/registry"
metrics "github.com/go-gost/metrics/wrapper"
"github.com/xtaci/tcpraw"
)