get-index-metrics
Retrieve detailed metrics for a specified index in Meilisearch, providing insights into performance and usage. Simplify index analysis for better data management.
Instructions
Get detailed metrics for an index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
indexUid | Yes |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"indexUid": {
"type": "string"
}
},
"required": [
"indexUid"
],
"type": "object"
}