hwc should use the hwc prefix in prometheus

This commit is contained in:
Stephen McQuay 2018-03-08 14:33:04 -08:00
parent ce259555bc
commit a617999440
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func main() {
} }
target := os.Args[1] target := os.Args[1]
m, err := metrics.New("hw") m, err := metrics.New("hwc")
if err != nil { if err != nil {
log.Fatalf("metrics: %v", err) log.Fatalf("metrics: %v", err)
} }