Skip to content
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

Merged
merged 8 commits into from
May 29, 2024

Conversation

BupycHuk
Copy link
Member

@BupycHuk BupycHuk commented May 8, 2024

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:

  • API Docs updated

If this PR is related to some other PRs in this or other repositories, please provide links to those PRs:

@BupycHuk BupycHuk requested a review from a team as a code owner May 8, 2024 08:12
@BupycHuk BupycHuk requested review from idoqo and JiriCtvrtka and removed request for a team May 8, 2024 08:12
managed/services/agents/mongodb.go Outdated Show resolved Hide resolved
managed/services/agents/mongodb.go Outdated Show resolved Hide resolved
Copy link

codecov bot commented May 8, 2024

Codecov Report

Attention: Patch coverage is 94.73684% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 43.37%. Comparing base (574aa41) to head (7b4668c).

Files Patch % Lines
managed/services/victoriametrics/prometheus.go 75.00% 1 Missing and 1 partial ⚠️
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     
Flag Coverage Δ
managed 44.46% <94.73%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BupycHuk BupycHuk requested a review from ademidoff May 9, 2024 21:26
@@ -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
Copy link
Contributor

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?

@BupycHuk BupycHuk merged commit 6ca7cc2 into main May 29, 2024
12 of 13 checks passed
@BupycHuk BupycHuk deleted the PMM-12522-collect-chunks-metrics-in-low-resolution branch May 29, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants