Skip to content

Commit 9071bcb

Browse files
algolia-botkai687
andcommitted
fix(specs): clarify getIndexingTime (generated)
algolia/api-clients-automation#6276 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Kai Welke <kai.welke@algolia.com>
1 parent 2610db6 commit 9071bcb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

algoliasearch/Clients/MonitoringClient.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ AlgoliaHttpResponse GetIncidentsWithHTTPInfo(
509509
);
510510

511511
/// <summary>
512-
/// 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.
513513
/// </summary>
514514
/// <param name="clusters">Subset of clusters, separated by commas.</param>
515515
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -525,7 +525,7 @@ Task<IndexingTimeResponse> GetIndexingTimeAsync(
525525
);
526526

527527
/// <summary>
528-
/// 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)
529529
/// </summary>
530530
/// <param name="clusters">Subset of clusters, separated by commas.</param>
531531
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -541,7 +541,7 @@ IndexingTimeResponse GetIndexingTime(
541541
);
542542

543543
/// <summary>
544-
/// 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.
545545
/// </summary>
546546
/// <param name="clusters">Subset of clusters, separated by commas.</param>
547547
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -557,7 +557,7 @@ Task<AlgoliaHttpResponse> GetIndexingTimeWithHTTPInfoAsync(
557557
);
558558

559559
/// <summary>
560-
/// 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)
561561
/// </summary>
562562
/// <param name="clusters">Subset of clusters, separated by commas.</param>
563563
/// <param name="options">Add extra http header or query parameters to Algolia.</param>

0 commit comments

Comments
 (0)