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

@ -4,11 +4,11 @@ import (
"net"
"github.com/go-gost/gost/v3/pkg/common/admission"
"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"
pb "github.com/go-gost/x/internal/util/grpc/proto"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"