-
Notifications
You must be signed in to change notification settings - Fork 12
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-7806: add compatibility with percona pg exporter #68
Conversation
@@ -0,0 +1,1049 @@ | |||
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles. |
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.
Baseline, output from Percona Exporter running in pmm devcontainer (2.28.0)
referenceMetrics := toMap(t, referenceMetrics) | ||
|
||
//remove matches | ||
for m, _ := range currentMetrics { |
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.
🚫 [golangci-lint] reported by reviewdog 🐶
S1005: unnecessary assignment to the blank identifier (gosimple)
@@ -0,0 +1,143 @@ | |||
package main |
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.
Was this file created to make it easier to support upstream changes?
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.
yep, to separate our code from upstream
* add compatibility with old exporter
PMM-7806
Feature Build:
Related PRs: