We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc57912 commit 8e9bf7aCopy full SHA for 8e9bf7a
service/hostcapabilities/interfaces.go
@@ -21,8 +21,8 @@ type ModuleInfo interface {
21
22
// ExposeExporters is an interface that may be implemented by the host to provide
23
// 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
26
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.
27
GetExporters() map[pipeline.Signal]map[component.ID]component.Component
28
}
0 commit comments