Skip to content

Commit f73d69a

Browse files
authored
fix(specs): clarify getIndexingTime (#6276)
1 parent 2dd0283 commit f73d69a

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

specs/monitoring/paths/getIndexingTime.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
get:
2-
summary: Retrieve indexing times
3-
description: Retrieves average times for indexing operations for selected clusters.
2+
summary: Retrieve indexing monitoring latency
3+
description: |
4+
Retrieves indexing latency metrics for selected clusters.
5+
6+
This endpoint is intended for infrastructure-level monitoring and availability checks.
7+
The returned value reflects latency measured on Algolia's internal monitoring index
8+
and is reported in milliseconds.
9+
10+
This metric isn't intended to represent the indexing performance of an individual
11+
application or index. To measure when an indexing operation has completed for your
12+
application, use the `waitTask` method.
413
operationId: getIndexingTime
514
security: []
615
tags:

0 commit comments

Comments
 (0)