[metrics] Add the ability to control bind ip (#4012)

This commit is contained in:
Jiffs Maverick
2022-11-24 20:22:59 +02:00
committed by GitHub
parent 15284e2bee
commit 4b0430e71d
7 changed files with 10 additions and 8 deletions

View File

@@ -130,7 +130,7 @@ func runVolume(cmd *Command, args []string) bool {
grace.SetupProfiling(*v.cpuProfile, *v.memProfile)
}
go stats_collect.StartMetricsServer(*v.metricsHttpPort)
go stats_collect.StartMetricsServer(*v.bindIp, *v.metricsHttpPort)
minFreeSpaces := util.MustParseMinFreeSpace(*minFreeSpace, *minFreeSpacePercent)
v.masters = pb.ServerAddresses(*v.mastersString).ToAddresses()