Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Test not exposing recorded measures #12

Merged
merged 2 commits into from
Aug 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ func main() {

addr := ":9999"
log.Printf("Serving at %s", addr)
http.Handle("/metrics", promhttp.Handler())
http.Handle("/metrics", exporter)
log.Fatal(http.ListenAndServe(addr, nil))
}