File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import (
24
24
"go-micro.dev/v5/debug/profile/pprof"
25
25
"go-micro.dev/v5/debug/trace"
26
26
"go-micro.dev/v5/logger"
27
+ mprofile "go-micro.dev/v5/profile"
27
28
"go-micro.dev/v5/registry"
28
29
"go-micro.dev/v5/registry/consul"
29
30
"go-micro.dev/v5/registry/etcd"
@@ -33,7 +34,6 @@ import (
33
34
"go-micro.dev/v5/store"
34
35
"go-micro.dev/v5/store/mysql"
35
36
"go-micro.dev/v5/transport"
36
- mprofile "go-micro.dev/v5/profile"
37
37
)
38
38
39
39
type Cmd interface {
@@ -143,8 +143,8 @@ var (
143
143
},
144
144
& cli.StringFlag {
145
145
Name : "profile" ,
146
- Usage : "Debug profiler for cpu and memory stats " ,
147
- EnvVars : []string {"MICRO_DEBUG_PROFILE " },
146
+ Usage : "Plugin profile to use. (local, nats, etc) " ,
147
+ EnvVars : []string {"MICRO_PROFILE " },
148
148
},
149
149
& cli.StringFlag {
150
150
Name : "registry" ,
You can’t perform that action at this time.
0 commit comments