-
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
[service] create service/hostcapabilities package #12375
base: main
Are you sure you want to change the base?
[service] create service/hostcapabilities package #12375
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12375 +/- ##
=======================================
Coverage 91.54% 91.54%
=======================================
Files 467 467
Lines 25623 25623
=======================================
Hits 23456 23456
Misses 1768 1768
Partials 399 399 ☔ View full report in Codecov by Sentry. |
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.
@jackgopack4 Can you fix the merge conflicts?
1a83c3b
to
5e6ee04
Compare
"go.opentelemetry.io/collector/service/internal/builders" | ||
"go.opentelemetry.io/collector/service/internal/moduleinfo" | ||
"go.opentelemetry.io/collector/service/internal/status" | ||
"go.opentelemetry.io/collector/service/internal/zpages" | ||
) | ||
|
||
// TODO: remove as part of https://github.com/open-telemetry/opentelemetry-collector/issues/7370 for service 1.0 | ||
type getExporters interface { |
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.
is removing this interface in favor of HostCapabilities what you intended @mx-psi ?
Description
create
service/hostcapabilities
package to exposeGetModuleInfos()
from service/host. Also moves getExporters interface forGetExporters()
to this package.Link to tracking issue
Addresses planned work from #12296
Testing
none, creates interface for existing function
Documentation
changelog yaml