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

Commit

Permalink
Correct metric label names for library
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Winder authored Mar 22, 2017
1 parent c32e534 commit 9345225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cataloguesvc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
Name: "request_duration_seconds",
Help: "Time (in seconds) spent serving HTTP requests.",
Buckets: prometheus.DefBuckets,
}, []string{"service", "method", "route", "status_code"})
}, []string{"method", "route", "status_code", "isWS"})
)

func init() {
Expand Down

0 comments on commit 9345225

Please sign in to comment.