Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Feb 20, 2025
1 parent dc57912 commit 8e9bf7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/hostcapabilities/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ type ModuleInfo interface {

// ExposeExporters is an interface that may be implemented by the host to provide
// access to the exporters that were used to build the host.
// Deprecated: [v0.121.0] Will be removed in Service 1.0.
// See: https://github.com/open-telemetry/opentelemetry-collector/issues/7370 for service 1.0
type ExposeExporters interface {
// TODO: remove as part of https://github.com/open-telemetry/opentelemetry-collector/issues/7370 for service 1.0
// Deprecated: [v0.121.0] Will be removed in Service 1.0.
GetExporters() map[pipeline.Signal]map[component.ID]component.Component
}

0 comments on commit 8e9bf7a

Please sign in to comment.