Expose size of the indexes among statistics
Description
Activity
Show:
Yoann Rodière March 29, 2017 at 5:17 PMEdited
I see we already have a method to get the number of indexed entities (org.hibernate.search.stat.Statistics.indexedEntitiesCount()
), so I suppose you mean an actual number of bytes?
Fixed
Assignee
Yoann Rodière
Yoann RodièreReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Priority
Created October 1, 2015 at 7:52 AM
Updated May 11, 2017 at 7:35 AM
Resolved April 27, 2017 at 9:57 PM
It is very useful for people to be able to monitor the overall size of the index.
People could normally monitor storage space for filesystem based indexes, but it's not that simple for other index storage options so we should provide a consistent metric, to be exposed as other statistics (mbeans).