]
Radoslav Husar updated WFLY-10443:
----------------------------------
Issue Type: Task (was: Bug)
Deprecate and schedule for removal redundant mod_cluster
add/remove-[custom-]metric operations
----------------------------------------------------------------------------------------------
Key: WFLY-10443
URL:
https://issues.jboss.org/browse/WFLY-10443
Project: WildFly
Issue Type: Task
Components: mod_cluster
Affects Versions: 13.0.0.Beta1, 13.0.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
There is a bunch of nonsensical operations registered at the mod_cluster configuration
resource, see
https://wildscribe.github.io/WildFly/12.0/subsystem/modcluster/mod-cluste...
These are:
* add-custom-metric Add new custom metric to the load balancer provider.
* add-metric Add new metric to the load balancer provider.
* remove-custom-metric Remove a custom metric from the load balancer provider.
* remove-metric Remove a metric from the load balancer provider.
These should have been deprecated long time ago, since they are just redundant. Regular
model :add/:remove operations should be used for manipulating load metrics.