mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Refactor reporting of RA metrics to not to be done in TransportShardBulkAction (#108449)
previously DocumentSizeReporter was reporting upon indexing being completed in TransportShardBulkAction#onComplete This commit renames the method to onIndexingCompleted and moves that reporting to IndexEngine in serverless plugin. This will be followed up in a separate PR that will be reporting in an Engine#index subclass (serverless)
This commit is contained in:
parent
34293131b8
commit
437e7db499
16 changed files with 173 additions and 100 deletions
|
@ -392,6 +392,7 @@ module org.elasticsearch.server {
|
|||
exports org.elasticsearch.plugins.internal
|
||||
to
|
||||
org.elasticsearch.metering,
|
||||
org.elasticsearch.stateless,
|
||||
org.elasticsearch.settings.secure,
|
||||
org.elasticsearch.serverless.constants,
|
||||
org.elasticsearch.serverless.apifiltering,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue