Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HumioPlugin ¶
type HumioPlugin struct { Logger hclog.Logger Humio *humio.Client Repo string ReadToken string WriteToken string // contains filtered or unexported fields }
func (*HumioPlugin) DependencyReader ¶
func (h *HumioPlugin) DependencyReader() dependencystore.Reader
DependencyReader can load service dependencies from storage.
func (*HumioPlugin) SpanReader ¶
func (h *HumioPlugin) SpanReader() spanstore.Reader
SpanReader creates a new spanstore.Reader, which finds and loads traces and other data from storage.
func (*HumioPlugin) SpanWriter ¶
func (h *HumioPlugin) SpanWriter() spanstore.Writer
SpanWriter creates a new spanstore.Writer which can write spans to humio
Click to show internal directories.
Click to hide internal directories.