We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15c3c9 commit 0ed2150Copy full SHA for 0ed2150
1 file changed
core/models/models/v2/database_metric_v2.go
@@ -6,6 +6,7 @@ type DatabaseMetricV2 struct {
6
any `collection:"database_metrics"`
7
BaseModelV2[DatabaseMetricV2] `bson:",inline"`
8
DatabaseId primitive.ObjectID `json:"database_id" bson:"database_id"`
9
+ CpuUsagePercent float32 `json:"cpu_usage_percent" bson:"cpu_usage_percent"`
10
TotalMemory uint64 `json:"total_memory" bson:"total_memory"`
11
AvailableMemory uint64 `json:"available_memory" bson:"available_memory"`
12
UsedMemory uint64 `json:"used_memory" bson:"used_memory"`
0 commit comments