Skip to content

Commit 32ee79a

Browse files
committed
Change default api version to v3
1 parent 6560666 commit 32ee79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emq_exporter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func main() {
169169
emqURI = kingpin.Flag("emq.uri", "HTTP API address of the EMQ node.").Default("http://127.0.0.1:18083").Short('u').String()
170170
emqCreds = kingpin.Flag("emq.creds-file", "Path to json file containing emq credentials").Default("./auth.json").Short('f').String()
171171
emqNodeName = kingpin.Flag("emq.node", "Node name of the emq node to scrape.").Default("[email protected]").Short('n').String()
172-
emqAPIVersion = kingpin.Flag("emq.api-version", "The API version used by EMQ. Valid values: [v2, v3, v4]").Default("v2").Enum("v2", "v3", "v4")
172+
emqAPIVersion = kingpin.Flag("emq.api-version", "The API version used by EMQ. Valid values: [v2, v3, v4]").Default("v3").Enum("v2", "v3", "v4")
173173
)
174174

175175
log.AddFlags(kingpin.CommandLine)

0 commit comments

Comments
 (0)