Skip to content

Commit

Permalink
PMM-12811 follow up on review
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Feb 5, 2024
1 parent 35100a4 commit 84db276
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/inventory/v1/agents.proto
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,6 @@ message GetAgentLogsResponse {

// TODO Add VMAgent?

// TODO Change VMAgent?

message AddAgentRequest {
oneof agent {
AddPMMAgentParams pmm_agent = 1;
Expand Down Expand Up @@ -708,7 +706,7 @@ message AddAgentResponse {

message ChangeAgentRequest {
oneof agent {
// ChangePMMAgentParams pmm_agent = 1;
reserved 1; // For ChangePMMAgentParams pmm_agent = 1;
ChangeNodeExporterParams node_exporter = 2;
ChangeMySQLdExporterParams mysqld_exporter = 3;
ChangeMongoDBExporterParams mongodb_exporter = 4;
Expand Down

0 comments on commit 84db276

Please sign in to comment.