aboutsummaryrefslogtreecommitdiff
path: root/weed/stats/metrics.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-09-13 00:03:47 -0700
committerchrislu <chris.lu@gmail.com>2023-09-13 00:03:47 -0700
commitb771fefa374fe237ff1317bbd03a9297a52191e3 (patch)
tree9856be72db18e6ae32523640cd3a9e3ca61fbeeb /weed/stats/metrics.go
parent0a851ec00b455c72b405503f6f1f41728b15962e (diff)
parent8908810376e671b34262295f1ad558ca43db58c2 (diff)
downloadseaweedfs-b771fefa374fe237ff1317bbd03a9297a52191e3.tar.xz
seaweedfs-b771fefa374fe237ff1317bbd03a9297a52191e3.zip
Merge branch 'master' into sub
Diffstat (limited to 'weed/stats/metrics.go')
-rw-r--r--weed/stats/metrics.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/stats/metrics.go b/weed/stats/metrics.go
index dda4d95e5..3dda42423 100644
--- a/weed/stats/metrics.go
+++ b/weed/stats/metrics.go
@@ -299,7 +299,6 @@ func JoinHostPort(host string, port int) string {
return net.JoinHostPort(host, portStr)
}
-
func StartMetricsServer(ip string, port int) {
if port == 0 {
return