-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #1242 Improve metrics on Flux and Mono
- split Mono implementation from Flux implementation - Mono doesn't record onNext delays nor requests - rename meter 'reactor.subscribe.to.terminate' to 'reactor.flow .duration' - remove 'reactor' prefix from tag names and rename some: - 'reactor.termination.type' to 'status' - 'reactor.sequence.name' to 'flow' - 'reactor.sequence.type' to 'type' - duration meter tagged with `status == ERROR` is lazily created to also be tagged with the Exception's class name
- Loading branch information
1 parent
a879741
commit 1c64c8a
Showing
8 changed files
with
1,189 additions
and
140 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
Oops, something went wrong.