You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Retrieves average times for indexing operations for selected clusters.
512
+
/// Retrieves indexing latency metrics for selected clusters. This endpoint is intended for infrastructure-level monitoring and availability checks. The returned value reflects latency measured on Algolia's internal monitoring index and is reported in milliseconds. This metric isn't intended to represent the indexing performance of an individual application or index. To measure when an indexing operation has completed for your application, use the `waitTask` method.
513
513
/// </summary>
514
514
/// <param name="clusters">Subset of clusters, separated by commas.</param>
515
515
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
/// Retrieves average times for indexing operations for selected clusters. (Synchronous version)
528
+
/// Retrieves indexing latency metrics for selected clusters. This endpoint is intended for infrastructure-level monitoring and availability checks. The returned value reflects latency measured on Algolia's internal monitoring index and is reported in milliseconds. This metric isn't intended to represent the indexing performance of an individual application or index. To measure when an indexing operation has completed for your application, use the `waitTask` method. (Synchronous version)
529
529
/// </summary>
530
530
/// <param name="clusters">Subset of clusters, separated by commas.</param>
531
531
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
/// Retrieves average times for indexing operations for selected clusters.
544
+
/// Retrieves indexing latency metrics for selected clusters. This endpoint is intended for infrastructure-level monitoring and availability checks. The returned value reflects latency measured on Algolia's internal monitoring index and is reported in milliseconds. This metric isn't intended to represent the indexing performance of an individual application or index. To measure when an indexing operation has completed for your application, use the `waitTask` method.
545
545
/// </summary>
546
546
/// <param name="clusters">Subset of clusters, separated by commas.</param>
547
547
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
/// Retrieves average times for indexing operations for selected clusters. (Synchronous version)
560
+
/// Retrieves indexing latency metrics for selected clusters. This endpoint is intended for infrastructure-level monitoring and availability checks. The returned value reflects latency measured on Algolia's internal monitoring index and is reported in milliseconds. This metric isn't intended to represent the indexing performance of an individual application or index. To measure when an indexing operation has completed for your application, use the `waitTask` method. (Synchronous version)
561
561
/// </summary>
562
562
/// <param name="clusters">Subset of clusters, separated by commas.</param>
563
563
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
0 commit comments