-
Notifications
You must be signed in to change notification settings - Fork 128
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-13057 New telemetry endpoint. #3230
base: v3
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v3 #3230 +/- ##
==========================================
+ Coverage 43.41% 43.46% +0.04%
==========================================
Files 360 360
Lines 43979 43976 -3
==========================================
+ Hits 19093 19113 +20
+ Misses 23224 23203 -21
+ Partials 1662 1660 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
014ecf7
to
c444835
Compare
@@ -20,7 +20,7 @@ import ( | |||
"context" | |||
"os" | |||
|
|||
pmmv1 "github.com/percona-platform/saas/gen/telemetry/events/pmm" | |||
genericv1 "github.com/percona/saas/gen/telemetry/generic" |
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 would call it telemetryv1
, since generic
doesn't tell much when you see it in the code.
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.
Both (genericv1 and reporter) renamed to telemetryv1.
d9c6bd9
to
591a26f
Compare
PMM-13057
Link to the Feature Build: Percona-Lab/pmm-submodules#3736