-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Metrics: Rename sdk/export/metric.ExportKind to aggregation.Temporality #2274
Metrics: Rename sdk/export/metric.ExportKind to aggregation.Temporality #2274
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2274 +/- ##
=====================================
Coverage 72.6% 72.6%
=====================================
Files 171 172 +1
Lines 11918 11918
=====================================
+ Hits 8660 8663 +3
+ Misses 3023 3021 -2
+ Partials 235 234 -1
|
…o jmacd/exportkind_aggtemporality
…entelemetry-go into jmacd/exportkind_aggtemporality
Co-authored-by: Tyler Yahn <[email protected]>
It looks like the stringer generation needs to be run again. |
…o jmacd/exportkind_aggtemporality Apply a few "ekind" -> "temporality" fixes while resolving conflicts.
Are we expected to manually insert the vanity import for generated files? |
|
I'm not that familiar with the vanity import tooling that was added, but that doesn't seem ideal. It seems like that is what was done in the PR that added that instrumentation -
|
It looks like the latest update of that tooling has a fix to skip generated files and dependabot just opened a PR for it #2288. I'll plan to merge this first though given we have a manual fix. |
This is a re-do of #2272.
Part of #2273.