-
Notifications
You must be signed in to change notification settings - Fork 81
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
[WFLY-14947] Create analysis doc for Micrometer Support #445
Conversation
91a9e22
to
fd91ca0
Compare
fd91ca0
to
8e0edb4
Compare
* RBAC support for server/jvm metrics | ||
* Remove base/vendor prefixes (in accordance with Prometheus standards) | ||
* This subsystem will replace the existing WildFly Metrics subsystem. Documentation will be provided describing the change. | ||
* If MicroProfile Metrics is enabled, this subsystem will decline to install itself, as is the current behavior of WildFly Metrics. |
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.
@jasondlee We need migration requirements for the existing WildFly Metrics subsystem.
Either:
- It continues to work but there is appropriate logic to deal with the case where both it and the Micrometer subsystem are in a non-admin-only server config.
- It becomes a model-only / admin-only subsystem with a migrate op added to migrate to the new subsystem.
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.
I've update the language here a bit, but I'm not entirely sure what more you're looking for if this is insufficient.
observability/WFLY-14947-Implement_observability_policy_metrics.adoc
Outdated
Show resolved
Hide resolved
observability/WFLY-14947-Implement_observability_policy_metrics.adoc
Outdated
Show resolved
Hide resolved
8e0edb4
to
5840c64
Compare
* https://issues.redhat.com/browse/WFLY-14947 | ||
|
||
=== Related Issues | ||
* https://issues.redhat.com/browse7-1686 |
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.
This is a broken URL.
https://issues.redhat.com/browse/WFLY-14947
Create analysis doc