Documentation
¶
Index ¶
Constants ¶
View Source
const (
PluginKind = "VictoriaLogsDatasource"
)
Variables ¶
This section is empty.
Functions ¶
func Selector ¶
func Selector(datasourceName string) *datasource.Selector
func VictoriaLogs ¶
func VictoriaLogs(options ...Option) datasource.Option
Types ¶
type Builder ¶
type Builder struct {
PluginSpec `json:",inline" yaml:",inline"`
}
type PluginSpec ¶
type PluginSpec struct {
DirectURL string `json:"directUrl,omitempty" yaml:"directUrl,omitempty"`
Proxy *http.Proxy `json:"proxy,omitempty" yaml:"proxy,omitempty"`
}
func (*PluginSpec) UnmarshalJSON ¶
func (s *PluginSpec) UnmarshalJSON(data []byte) error
func (*PluginSpec) UnmarshalYAML ¶
func (s *PluginSpec) UnmarshalYAML(unmarshal func(interface{}) error) error
Click to show internal directories.
Click to hide internal directories.