forked from reactor/reactor-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds a `metrics()` operator to Flux and Mono, which is no-op if the Micrometer library is not on the classpath. If it is, the upstream events are captured and various instrumentation are performed. The operator is Fuseable and uses the information provided by the `name()` and `tags()` operators, if used. Meter names are stored as private constants in the FluxMetrics class for reference.
- Loading branch information
1 parent
89a8e0e
commit 425bf5c
Showing
10 changed files
with
1,658 additions
and
1 deletion.
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.