diff options
| author | Nico D'Cotta <45274424+Cottand@users.noreply.github.com> | 2023-08-24 16:08:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-24 07:08:56 -0700 |
| commit | 796b7508f33916f7fa734e3df2ceea9a80415ade (patch) | |
| tree | 4bc3913d93e1e328fd8f7275b11452e61d8175d2 /weed/stats/metrics.go | |
| parent | 5251b4d50ea55c5f0a2fbc60206785bf80775bac (diff) | |
| download | seaweedfs-796b7508f33916f7fa734e3df2ceea9a80415ade.tar.xz seaweedfs-796b7508f33916f7fa734e3df2ceea9a80415ade.zip | |
Implement SRV lookups for filer (#4767)
Diffstat (limited to 'weed/stats/metrics.go')
| -rw-r--r-- | weed/stats/metrics.go | 1 |
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 |
