Description
At my company, we anticipate huge number of cores and would like to report aggregated view at the node level instead of the core level that will grow exponentially.
Right now, we're aggregating all of the solr.cores metrics to compute per-cluster dashboards.
But given that there are many admin handlers already reporting metrics at the node level, I wonder if we could aggregate /update, /select and all the other handler counters in solr and expose them at the solr.node level too.
It would requires (a lot) less data to transport, store and aggregate later, while still giving access to per core metrics.
Attachments
Issue Links
- relates to
-
SOLR-15081 Metrics per core: report leader true/false and replica state
- Closed
- links to