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
{{ message }}
This repository was archived by the owner on May 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: enhanced/metrics.go
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,14 @@ import (
20
20
//
21
21
//nolint:lll
22
22
typeosMetricsstruct {
23
-
Enginestring`json:"engine" help:"The database engine for the DB instance."`
24
-
InstanceIDstring`json:"instanceID" help:"The DB instance identifier."`
25
-
InstanceResourceIDstring`json:"instanceResourceID" help:"A region-unique, immutable identifier for the DB instance, also used as the log stream identifier."`
26
-
NumVCPUsint`json:"numVCPUs" help:"The number of virtual CPUs for the DB instance."`
27
-
Timestamp time.Time`json:"timestamp" help:"The time at which the metrics were taken."`
28
-
Uptimestring`json:"uptime" help:"The amount of time that the DB instance has been active."`
29
-
Versionfloat64`json:"version" help:"The version of the OS metrics' stream JSON format."`
23
+
Enginestring`json:"engine" help:"The database engine for the DB instance."`
24
+
InstanceIDstring`json:"instanceID" help:"The DB instance identifier."`
25
+
InstanceResourceIDstring`json:"instanceResourceID" help:"A region-unique, immutable identifier for the DB instance, also used as the log stream identifier."`
26
+
NumVCPUsint`json:"numVCPUs" help:"The number of virtual CPUs for the DB instance."`
27
+
Timestamp time.Time`json:"timestamp" help:"The time at which the metrics were taken."`
28
+
Uptimestring`json:"uptime" help:"The amount of time that the DB instance has been active."`
29
+
Versionfloat64`json:"version" help:"The version of the OS metrics' stream JSON format."`
30
+
MaxAllocatedStoragefloat64`json:"maxAllocatedStorage" help:"Upper limit in gibibytes to which Amazon RDS can automatically scale the storage of the DB instance."`
0 commit comments