Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AdapterFactories = &adapterFactoryExt{ newExtensionPoint(new(AdapterFactory)), }
Functions ¶
func Unregister ¶
Types ¶
type AdapterFactory ¶
type AdapterFactory interface {
New(serviceName string) ExtractorAdapter
}
type ExtractorAdapter ¶
type ExtractorAdapter interface {
// contains filtered or unexported methods
}
type Factory ¶
type Factory struct{}
func (*Factory) New ¶
func (f *Factory) New(serviceName string) ExtractorAdapter
type GrafanaAdapter ¶
type GrafanaAdapter struct{}
Click to show internal directories.
Click to hide internal directories.