diff --git a/main.go b/main.go index da4dbe4..d869e44 100644 --- a/main.go +++ b/main.go @@ -46,9 +46,9 @@ func serveHTTP() { http.Handle(*metricsEndpoint, prometheus.Handler()) http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { w.Write([]byte(` - StatsD Bridge + StatsD Exporter -

StatsD Bridge

+

StatsD Exporter

Metrics

`))