mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
remove the Task Seen analytic
This commit is contained in:
parent
70ce0095ea
commit
abae31aee0
4 changed files with 0 additions and 146 deletions
|
@ -14,7 +14,6 @@ use platform_dirs::AppDirs;
|
|||
use serde_json::Value;
|
||||
|
||||
use crate::routes::indexes::documents::UpdateDocumentsQuery;
|
||||
use crate::routes::tasks::TasksFilterQuery;
|
||||
|
||||
// if the analytics feature is disabled
|
||||
// the `SegmentAnalytics` point to the mock instead of the real analytics
|
||||
|
@ -118,9 +117,6 @@ pub trait Analytics: Sync + Send {
|
|||
request: &HttpRequest,
|
||||
);
|
||||
|
||||
// this method should be called to aggregate the get tasks requests.
|
||||
fn get_tasks(&self, query: &TasksFilterQuery, request: &HttpRequest);
|
||||
|
||||
// this method should be called to aggregate a add documents request
|
||||
fn health_seen(&self, request: &HttpRequest);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue