diff --git a/cmd/exporter.go b/cmd/exporter.go index 54a823e..83991c7 100644 --- a/cmd/exporter.go +++ b/cmd/exporter.go @@ -126,7 +126,7 @@ func (config *Config) web(flags map[string]*string) error { } func rootHandler(w http.ResponseWriter, r *http.Request) { - fmt.Fprintf(w, "prometheus hana_sql_exporter") + fmt.Fprintf(w, "prometheus hana_sql_exporter: please call :/metrics") } // collecting all metrics and fetch the results