Skip to content

Commit 8e9bf7a

Browse files
committed
fix comment
1 parent dc57912 commit 8e9bf7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/hostcapabilities/interfaces.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ type ModuleInfo interface {
2121

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

0 commit comments

Comments
 (0)