summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-06-03 08:34:31 -0500
committerSean E. Russell <ser@ser1.net>2020-06-03 08:34:31 -0500
commitdbaab87e718ad31e1a6b430e255e83eb5b3952a4 (patch)
treeef61753f6fd41097c118f9981b68d693d9cad807 /cmd
parent5274d20897ac441d1948ec74667c0ea9d308c2d4 (diff)
Add peers section to README
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gotop/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index 040c8b2..07847f5 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -433,6 +433,7 @@ func run() int {
ui.Render(bar)
}
+ // TODO https://godoc.org/github.com/VictoriaMetrics/metrics#Set
if conf.ExportPort != "" {
go func() {
http.HandleFunc("/metrics", func(w http.ResponseWriter, req *http.Request) {