-
Notifications
You must be signed in to change notification settings - Fork 129
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-12522 collect chunks metrics in low resolution #2987
PMM-12522 collect chunks metrics in low resolution #2987
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2987 +/- ##
=======================================
Coverage 43.36% 43.37%
=======================================
Files 399 399
Lines 41576 41583 +7
=======================================
+ Hits 18030 18035 +5
- Misses 21533 21534 +1
- Partials 2013 2014 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -70,26 +70,29 @@ func AddScrapeConfigs(l *logrus.Entry, cfg *config.Config, q *reform.Querier, s | |||
// find Node address where the agent runs | |||
var paramsHost string | |||
var paramPMMAgentVersion *version.Parsed | |||
var pmmAgent *models.Agent | |||
if agent.PMMAgentID != nil { | |||
// extract node address through pmm-agent |
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.
Is it really extraction of node address not pmm-agent version?
PMM-12522
Link to the Feature Build: SUBMODULES-3623
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:
PMM-12522 collect chunks metrics in low resolution mongodb_exporter#849