stable
Clone or download
Read-only
Closes request #29216: Collect metrics related to full-text search activity
This contribution store some metrics about the FTS activity (number of searches and index items requests) so we can have a picture of what's going on. Change-Id: Ie83907ca1ae0b627c3c305f0b925585644be1976
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fts_common/include/FullTextSearchBackendPlugin.php | +10 | −2 | Go to diff View file |
A | plugins/fts_common/include/Index/InsertItemsIntoIndexMetricCollector.php | +41 | −0 | Go to diff View file |
A | plugins/fts_common/include/Index/SearchIndexedItemMetricCollector.php | +49 | −0 | Go to diff View file |
A | plugins/fts_common/tests/unit/Index/InsertItemsIntoIndexMetricCollectorTest.php | +46 | −0 | Go to diff View file |
A | plugins/fts_common/tests/unit/Index/SearchIndexedItemMetricCollectorTest.php | +45 | −0 | Go to diff View file |
M | plugins/fts_db/include/fts_dbPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/fts_meilisearch/include/fts_meilisearchPlugin.php | +1 | −1 | Go to diff View file |