Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadTraces ¶
ReadTraces unmarshals trace data from the filesystem and returns the resulting []ptrace.Traces. The traceFS argument should represent an embedded data directory containing traces in JSON format under testdata/traces/*.json rooted in the test suite directory. The JSON files should include a single serialized ptrace.Trace per line.
Types ¶
type NoopHost ¶
type NoopHost struct{}
func (*NoopHost) GetExporters ¶
GetExporters implements component.Host.
func (*NoopHost) GetExtensions ¶
GetExtensions implements component.Host.
func (*NoopHost) GetFactory ¶
GetFactory implements component.Host.
func (*NoopHost) ReportFatalError ¶
ReportFatalError implements component.Host.
Click to show internal directories.
Click to hide internal directories.