-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove old exporter and exporter factory #1630
Conversation
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
// If exporter is of the old type (can manipulate on OC metrics only), | ||
// use ExporterFactoryOld.CreateMetricsExporter. | ||
return factoryBase.(component.ExporterFactoryOld).CreateMetricsExporter(logger, cfg) | ||
// If exporter is of the new type (can manipulate on internal data structure), |
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.
do we still need this comment?
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.
Will followup with removing of the ConsumerOld and will remove that as well.
Codecov Report
@@ Coverage Diff @@
## master #1630 +/- ##
==========================================
- Coverage 91.90% 91.86% -0.05%
==========================================
Files 254 254
Lines 17548 17486 -62
==========================================
- Hits 16128 16064 -64
Misses 1014 1014
- Partials 406 408 +2
Continue to review full report at Codecov.
|
…pen-telemetry#1630) * Bump github.com/shirou/gopsutil/v3 from 3.22.4 to 3.22.5 in /tests Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.4 to 3.22.5. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v3.22.4...v3.22.5) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * go mod tidy Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jeffreyc-splunk <jeffreyc@splunk.com>
No description provided.