mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-02 03:37:46 +08:00
special name for gateway process metrics
This commit is contained in:
parent
92b58ce1c4
commit
d2baeffee3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user