Skip to content

Commit

Permalink
fix: udpate rds cluster request metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Jul 4, 2024
1 parent ae717c2 commit 0dcdfa9
Show file tree
Hide file tree
Showing 2 changed files with 945 additions and 890 deletions.
13 changes: 8 additions & 5 deletions plugin/proto/aws_server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ message VolumeMetrics {
map<string,Metric> metrics = 1;
}

message RDSClusterMetrics {
map<string,Metric> metrics = 1;
}

// EC2 Instance

message EC2Placement {
Expand Down Expand Up @@ -105,11 +109,10 @@ message RDSClusterOptimizationRequest {
map<string,string> identification = 3;
RDSCluster cluster = 4;
repeated RDSInstance instances = 5;
map<string,Metric> metrics = 6;
map<string,VolumeMetrics> volume_metrics = 7;
string region = 8;
map<string,google.protobuf.StringValue> preferences = 9;
bool loading = 10;
map<string,RDSClusterMetrics> metrics = 6;
string region = 7;
map<string,google.protobuf.StringValue> preferences = 8;
bool loading = 9;
}

// Responses ====================================
Expand Down
Loading

0 comments on commit 0dcdfa9

Please sign in to comment.