Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

PMM-8884 PMM doesn't get MySQL and PostgreSQL metrics after upgrade. #838

Merged
merged 5 commits into from
Oct 5, 2021

Conversation

JiriCtvrtka
Copy link
Contributor

@JiriCtvrtka JiriCtvrtka commented Oct 4, 2021

PMM-8884


  • Tests passed.
  • Feature build pass.
  • (Re)requested review.
  • Fix conflicts with target branch.
  • Update API dependency.
  • Update jira ticket description if needed.
  • Attach screenshots/console output to confirm new behavior to jira ticket, if applicable.

@codecov
Copy link

codecov bot commented Oct 4, 2021

Codecov Report

Merging #838 (37adeb1) into main (5b2db23) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 37adeb1 differs from pull request most recent head ace0672. Consider uploading reports for the commit ace0672 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main     #838   +/-   ##
=======================================
  Coverage   50.06%   50.07%           
=======================================
  Files         169      169           
  Lines       19282    19287    +5     
=======================================
+ Hits         9654     9657    +3     
- Misses       8541     8543    +2     
  Partials     1087     1087           
Flag Coverage Δ
all 49.67% <100.00%> (+0.01%) ⬆️
cover 49.50% <100.00%> (+0.01%) ⬆️
crosscover 50.07% <100.00%> (+<0.01%) ⬆️
update 13.06% <ø> (-0.04%) ⬇️

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

Impacted Files Coverage Δ
services/agents/agents.go 100.00% <100.00%> (ø)
services/agents/mysql.go 69.00% <100.00%> (ø)
services/agents/node.go 97.61% <100.00%> (ø)
services/agents/postgresql.go 58.92% <100.00%> (ø)
services/supervisord/supervisord.go 67.25% <0.00%> (-0.72%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b2db23...ace0672. Read the comment docs.

@JiriCtvrtka JiriCtvrtka marked this pull request as ready for review October 4, 2021 14:17
left := "{{"
right := "}}"
assert.Equal(t, "/usr/local/percona/pmm2", pathsBase("2.22.99", left, right))
assert.Equal(t, "{{ .paths_base }}", pathsBase("2.23.00", left, right))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about developer versions and RCs?

@JiriCtvrtka JiriCtvrtka merged commit dff7023 into main Oct 5, 2021
@JiriCtvrtka JiriCtvrtka deleted the PMM-8884-missing-mysql-postres-node-metrics branch October 5, 2021 08:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants