-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide base Metrics story from Scannable #1123
Comments
smaldini
added
type/enhancement
A general enhancement
and removed
warn/api-change
Breaking change with compilation errors
labels
Mar 12, 2018
What to gather:
|
simonbasle
added a commit
that referenced
this issue
May 18, 2018
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.
This has been mostly fixed by #1183 (commit 425bf5c), we have a follow-up issue for schedulers backed by executor services (#1201) and will open further issues as relevant (eg. for the JMX access and auto conversion of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Explore :
The text was updated successfully, but these errors were encountered: