Skip to main content
The /metrics route exposes data compatible with Prometheus. You will also need to have Grafana installed in your system to make use of this feature.
This is an experimental feature. Use the experimental features endpoint to activate it:
This feature is not available for Meilisearch Cloud users.

Exposed information

/metrics exposes the following information:
API keys with access to /metrics are able to see all HTTP calls for all the routes in an instance. This may lead to leaking sensitive information such as index names, document’s primary keys, and API keys.

Get metrics

GET
/metrics
Get data for current status of your instance. In most cases, you should only query this endpoint via a Prometheus-compatible tool such as Grafana. Refer to Meilisearch’s sample configuration files for example of a basic Prometheus scraper and Grafana dashboard.

Example

Response: 200 OK