Currently there are server status metrics for multiplanner under metrics.query.multiPlanner, for CBR under metrics.query.CBR, and for subplanner under metrics.query.subPlanner. There are some shared metrics under metrics.query.planning
We should refactor all individual planner metrics to be under the planning section, eg. metrics.query.planning.multiPlanner, metrics.query.planning.CBR, etc.
Also, we should rename metrics like multiPlanner.classicCount, multiPlanner.classicMicros (and all CBR/subplanner equivalents) to be more descriptive of what is being tracked.
Note that these changes will affect data warehouse queries.
(example of where some metrics are, there are many other locations)
- is related to
-
SERVER-120369 Server status metrics for CBR
-
- Closed
-