-
Notifications
You must be signed in to change notification settings - Fork 136
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
PMM-12422 restrict agent interface #2534
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2534 +/- ##
==========================================
+ Coverage 42.73% 42.76% +0.02%
==========================================
Files 391 391
Lines 49241 49282 +41
==========================================
+ Hits 21043 21074 +31
- Misses 26218 26227 +9
- Partials 1980 1981 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to implement this flag for inventory commands and flags as well.
Regarding variable name maybe it's better to keep it shorter like --expose-exporter
?
An even better term would use the verb |
I went with this initially too, but then felt like we may want to have |
it can be |
api/inventorypb/agents.proto
Outdated
@@ -185,6 +190,8 @@ message MongoDBExporter { | |||
string process_exec_path = 16; | |||
// Log level for exporter. | |||
LogLevel log_level = 17; | |||
// Optionally expose the exporter process on 0.0.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe there should be better wording for the description. Maybe expose exporter APIs to the world
PMM-12422
Link to the Feature Build: SUBMODULES-3420
If this PR adds or removes or alters one or more API endpoints, please review and add or update the relevant API documents as well:
If this PR is related to some other PRs in this or other repositories, please provide links to those PRs: