Skip to content

Commit

Permalink
chore: updating metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
fracasula committed Jun 27, 2023
1 parent b30bcd5 commit ca1e0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/buckets.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package runner

var customBuckets = map[string][]float64{
"gateway_response_time": {
"gateway.response_time": {
0.005, 0.01, 0.025, 0.05, 0.1, 0.25, 0.5, 1, 2.5, 5, 10, 60,
300, /* 5 mins */
},
Expand Down

0 comments on commit ca1e0e3

Please sign in to comment.