mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
rename the analytics according to the spec
This commit is contained in:
parent
c42a65a297
commit
46ec8a97e9
1 changed files with 3 additions and 0 deletions
|
@ -1175,6 +1175,7 @@ pub struct DocumentsFetchAggregator {
|
|||
#[serde(rename = "user-agent")]
|
||||
user_agents: HashSet<String>,
|
||||
|
||||
#[serde(rename = "requests.max_limit")]
|
||||
total_received: usize,
|
||||
|
||||
// a call on ../documents/:doc_id
|
||||
|
@ -1183,7 +1184,9 @@ pub struct DocumentsFetchAggregator {
|
|||
per_filter: bool,
|
||||
|
||||
// pagination
|
||||
#[serde(rename = "pagination.max_limit")]
|
||||
max_limit: usize,
|
||||
#[serde(rename = "pagination.max_offset")]
|
||||
max_offset: usize,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue