-
Notifications
You must be signed in to change notification settings - Fork 46
metrics PoC for github.com/armon/go-metrics #2884
Conversation
Current Aviator status
This PR was merged using Aviator. |
Average output, currently on a 1 minute interval:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can approve once you're ready with final version to merge
This pull request failed to merge: some CI status(es) failed. Remove the Failed CI(s): Test-Suite-Trusted |
This pull request failed to merge: merge conflict detected, please resolve manually and requeue. Remove the Additional debug info: Failed to merge changes from the base branch into this PR. You will probably need to merge the latest changes from the base branch into the PR branch and manually resolve conflicts). |
Adds a logger-oriented metrics tracker to aggregate statistics like requests-per-minute and average http request time.
- use global metrics instance - add a metrics middleware - add per-response-status metrics - migrate metrics flusher to operations
a96f986
to
673cd6c
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Adds a logger-oriented metrics tracker to aggregate statistics like requests-per-minute and average
http request time.
Does this PR need a docs update or release note?
Type of change
Issue(s)
Test Plan