-
Notifications
You must be signed in to change notification settings - Fork 225
PMM-14665 Skip nodes internal to a PMM deployment when adding a service #5704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
d45b3b5
4dcae63
6cf3a34
6c156f6
ee03acd
9af8db5
3350ca5
6e61bd3
6b7f14b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -803,6 +803,11 @@ | |
| "description": "True if this node is a PMM Server node (HA mode).", | ||
| "type": "boolean", | ||
| "x-order": 18 | ||
| }, | ||
| "is_pmm_internal_node": { | ||
| "description": "True if this node belongs to the internal infrastructure of a PMM deployment\n(e.g. the HA persistence layer) and must not host user monitoring workloads.", | ||
| "type": "boolean", | ||
|
Comment on lines
+807
to
+809
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win Align both descriptions with the enforced eligibility rule. The current text states that internal nodes must not host user monitoring workloads. The stated behavior permits local-address monitoring. Document the remote-address delegation restriction instead.
📍 Affects 1 file
🤖 Prompt for AI Agents |
||
| "x-order": 19 | ||
| } | ||
| } | ||
| }, | ||
|
|
@@ -1360,6 +1365,11 @@ | |
| "description": "True if this node is a PMM Server node (HA mode).", | ||
| "type": "boolean", | ||
| "x-order": 18 | ||
| }, | ||
| "is_pmm_internal_node": { | ||
| "description": "True if this node belongs to the internal infrastructure of a PMM deployment\n(e.g. the HA persistence layer) and must not host user monitoring workloads.", | ||
| "type": "boolean", | ||
| "x-order": 19 | ||
| } | ||
| }, | ||
| "x-order": 0 | ||
|
|
@@ -7131,6 +7141,11 @@ | |
| "description": "Connection timeout for exporter (if set).", | ||
| "type": "string", | ||
| "x-order": 25 | ||
| }, | ||
| "pmm_agent_id": { | ||
| "description": "The pmm-agent identifier which should run agents. Defaults to the PMM Server's own pmm-agent.", | ||
| "type": "string", | ||
| "x-order": 26 | ||
| } | ||
| } | ||
| } | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21353,6 +21353,11 @@ | |
| "description": "True if this node is a PMM Server node (HA mode).", | ||
| "type": "boolean", | ||
| "x-order": 18 | ||
| }, | ||
| "is_pmm_internal_node": { | ||
| "description": "True if this node belongs to the internal infrastructure of a PMM deployment\n(e.g. the HA persistence layer) and must not host user monitoring workloads.", | ||
| "type": "boolean", | ||
| "x-order": 19 | ||
| } | ||
| } | ||
| }, | ||
|
|
@@ -21910,6 +21915,11 @@ | |
| "description": "True if this node is a PMM Server node (HA mode).", | ||
| "type": "boolean", | ||
| "x-order": 18 | ||
| }, | ||
| "is_pmm_internal_node": { | ||
| "description": "True if this node belongs to the internal infrastructure of a PMM deployment\n(e.g. the HA persistence layer) and must not host user monitoring workloads.", | ||
| "type": "boolean", | ||
| "x-order": 19 | ||
| } | ||
| }, | ||
| "x-order": 0 | ||
|
|
@@ -27681,6 +27691,11 @@ | |
| "description": "Connection timeout for exporter (if set).", | ||
| "type": "string", | ||
| "x-order": 25 | ||
| }, | ||
| "pmm_agent_id": { | ||
| "description": "The pmm-agent identifier which should run agents. Defaults to the PMM Server's own pmm-agent.", | ||
| "type": "string", | ||
| "x-order": 26 | ||
|
Comment on lines
+27695
to
+27698
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Describe the selected exporter in
As per path instructions, generated Swagger files must not be edited manually; update the source 🤖 Prompt for AI AgentsSource: Path instructions |
||
| } | ||
| } | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.