Skip to content

Commit 6fe2273

Browse files
authored
feat(rdb): deprecate GetInstanceMetrics endpoint (scaleway#2799)
1 parent a599ef1 commit 6fe2273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/rdb/v1/rdb_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3560,7 +3560,7 @@ func (s *API) RenewInstanceCertificate(req *RenewInstanceCertificateRequest, opt
35603560
return nil
35613561
}
35623562

3563-
// GetInstanceMetrics: 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`.
3563+
// Deprecated: GetInstanceMetrics: 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.
35643564
func (s *API) GetInstanceMetrics(req *GetInstanceMetricsRequest, opts ...scw.RequestOption) (*InstanceMetrics, error) {
35653565
var err error
35663566

0 commit comments

Comments
 (0)