Skip to content

Commit

Permalink
Merge pull request #321 from whdalsrnt/master
Browse files Browse the repository at this point in the history
feat: add namespace_id filed to MetricExample
  • Loading branch information
whdalsrnt authored Apr 26, 2024
2 parents ae7e619 + d1f29f0 commit e322396
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 e322396

Please sign in to comment.