Skip to content

Commit

Permalink
PMM-9890 more data in server info response (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv authored Apr 27, 2022
1 parent 6ff2b4f commit c52cc54
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 124 deletions.
6 changes: 6 additions & 0 deletions api/platformpb/json/client/platform/server_info_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions api/platformpb/json/platformpb.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,13 +472,21 @@
"schema": {
"type": "object",
"properties": {
"connected_to_portal": {
"type": "boolean",
"x-order": 3
},
"pmm_server_id": {
"type": "string",
"x-order": 1
},
"pmm_server_name": {
"type": "string",
"x-order": 0
},
"pmm_server_telemetry_id": {
"type": "string",
"x-order": 2
}
}
}
Expand Down
Loading

0 comments on commit c52cc54

Please sign in to comment.