Skip to content

Commit

Permalink
feat: add namespace_id filed to MetrixExample
Browse files Browse the repository at this point in the history
Signed-off-by: Jongmin Kim <[email protected]>
  • Loading branch information
whdalsrnt committed Apr 26, 2024
1 parent ae7e619 commit d1f29f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/spaceone/api/inventory/v1/metric_example.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ message MetricExampleQuery {
string name = 3;
// +optional
string metric_id = 4;
// +optional
string namespace_id = 5;
}

//{
Expand All @@ -111,6 +113,7 @@ message MetricExampleInfo {
string workspace_id = 22;
string user_id = 23;
string metric_id = 24;
string namespace_id = 25;

string created_at = 31;
string updated_at = 32;
Expand Down

0 comments on commit d1f29f0

Please sign in to comment.