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 @@ package pht
import (
"net"
"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"
pht_util "github.com/go-gost/x/internal/util/pht"
)