special name for gateway process metrics

This commit is contained in:
GLYASAI 2020-12-02 13:18:01 +08:00
parent 92b58ce1c4
commit d2baeffee3

View File

@ -91,7 +91,7 @@ func Run(s *option.GWServer) error {
PidFn: func() (int, error) {
return os.Getpid(), nil
},
Namespace: "gateway",
Namespace: "gateway_process",
}))
mc := metric.NewDummyCollector()
if s.Config.EnableMetrics {