We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd0283 commit f73d69aCopy full SHA for f73d69a
1 file changed
specs/monitoring/paths/getIndexingTime.yml
@@ -1,6 +1,15 @@
1
get:
2
- summary: Retrieve indexing times
3
- description: Retrieves average times for indexing operations for selected clusters.
+ summary: Retrieve indexing monitoring latency
+ 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.
13
operationId: getIndexingTime
14
security: []
15
tags:
0 commit comments