-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit refactors the frontend service to report more sensible and useful metrics. The visible changes are: * The `endpoint` label of the `frontend_health` gauge metric is dropped. * The `frontend_requests_total` gauge metric is renamed to `frontend_http_requests_total` (counter). * The `frontend_duration` gauge metric is renamed to `frontend_http_requests_duration_seconds` (histogram). The histogram buckets have been chosen to match the MSFT requirements in terms of latency: [0.25s, 0.5s, 1s, 2.5s, 5s, 10s]. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
- Loading branch information
1 parent
f62915b
commit f991ced
Showing
12 changed files
with
366 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.