Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages_generated/rdb/src/v1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,9 @@ export class API extends ParentAPI {
})

/**
* Get Database Instance metrics. Retrieve the time series metrics of a given Database Instance. You can define the period from which to retrieve metrics by specifying the `start_date` and `end_date`.
* [deprecated] Get Database Instance metrics. Retrieve the time series metrics of a given Database Instance. You can define the period from which to retrieve metrics by specifying the `start_date` and `end_date`. This method is deprecated and will be removed in a future version.
*
* @deprecated
* @param request - The request {@link GetInstanceMetricsRequest}
* @returns A Promise of InstanceMetrics
*/
Expand Down
Loading