From d1f29f07b8cfd1143a309ca4cd5ab9c487e895d9 Mon Sep 17 00:00:00 2001 From: Jongmin Kim Date: Fri, 26 Apr 2024 10:00:28 +0900 Subject: [PATCH] feat: add namespace_id filed to MetrixExample Signed-off-by: Jongmin Kim --- proto/spaceone/api/inventory/v1/metric_example.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/spaceone/api/inventory/v1/metric_example.proto b/proto/spaceone/api/inventory/v1/metric_example.proto index 6b77526d5..9ebd06278 100644 --- a/proto/spaceone/api/inventory/v1/metric_example.proto +++ b/proto/spaceone/api/inventory/v1/metric_example.proto @@ -96,6 +96,8 @@ message MetricExampleQuery { string name = 3; // +optional string metric_id = 4; + // +optional + string namespace_id = 5; } //{ @@ -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;