@@ -42,8 +42,7 @@ object UsageClient {
42
42
43
43
private def hosts (): Seq [Host ] = {
44
44
List (
45
- Host (" usage.algolia.com" , Set (CallType .Read , CallType .Write )),
46
- Host (" usage-dev.algolia.com" , Set (CallType .Read , CallType .Write ))
45
+ Host (" usage.algolia.com" , Set (CallType .Read , CallType .Write ))
47
46
)
48
47
}
49
48
}
@@ -253,9 +252,9 @@ class UsageClient(
253
252
* @param indexName
254
253
* Name of the index on which to perform the operation.
255
254
* @param startDate
256
- * Start date of the period to analyze, in `YYYY-MM-DD` format.
255
+ * Start date of the period to analyze, in RFC 3339 format.
257
256
* @param endDate
258
- * End date of the period to analyze, in `YYYY-MM-DD` format.
257
+ * End date of the period to analyze, in RFC 3339 format.
259
258
* @param granularity
260
259
* Granularity of the aggregated metrics. - `hourly`: the maximum time range for hourly metrics is 7 days. -
261
260
* `daily`: the maximum time range for daily metrics is 365 days.
@@ -374,9 +373,9 @@ class UsageClient(
374
373
* degraded queries due to all search threads being used. - `degraded_queries_max_capacity_seconds_impacted`.
375
374
* Percentage of seconds affected by `max_capacity` degraded queries.
376
375
* @param startDate
377
- * Start date of the period to analyze, in `YYYY-MM-DD` format.
376
+ * Start date of the period to analyze, in RFC 3339 format.
378
377
* @param endDate
379
- * End date of the period to analyze, in `YYYY-MM-DD` format.
378
+ * End date of the period to analyze, in RFC 3339 format.
380
379
* @param granularity
381
380
* Granularity of the aggregated metrics. - `hourly`: the maximum time range for hourly metrics is 7 days. -
382
381
* `daily`: the maximum time range for daily metrics is 365 days.
0 commit comments