Skip to content

Commit

Permalink
fix: broken api metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Nov 29, 2021
1 parent f90780e commit a674def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Metric struct {
func GaugesV1() map[string][]string {
return map[string][]string{
"http_api_time": {"service", "route"},
"http_pai_count": {"service", "route"},
"http_api_count": {"service", "route"},
}
}

Expand Down

0 comments on commit a674def

Please sign in to comment.