Merge pull request #10391 from wojtek-t/longer_metrics

Increase the length of sliding window for latency metrics
This commit is contained in:
Zach Loafman
2015-06-30 16:04:53 -07:00
2 changed files with 3 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ var (
Subsystem: restClientSubsystem,
Name: "request_latency_microseconds",
Help: "Request latency in microseconds. Broken down by verb and URL",
MaxAge: time.Hour,
},
[]string{"verb", "url"},
)