Skip to content

Commit

Permalink
fix: fix metric bug
Browse files Browse the repository at this point in the history
Signed-off-by: Jongmin Kim <[email protected]>
  • Loading branch information
whdalsrnt committed May 28, 2024
1 parent 20bcbaa commit 93768c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/spaceone/inventory/model/metric/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class Metric(MongoModel):
"unit",
"tags",
"labels_info",
"version",
"workspaces",
"updated_at",
],
"minimal_fields": [
"metric_id",
Expand Down

0 comments on commit 93768c7

Please sign in to comment.