Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { CapturedFile string `yaml:"captured_file"` UIFile string `yaml:"ui_file"` TraceID string `yaml:"trace_id"` }
Config for the extractor.
type Extractor ¶
type Extractor struct {
// contains filtered or unexported fields
}
Extractor reads the spans from reader, filters by traceID, and stores as JSON into uiFile.
Click to show internal directories.
Click to hide internal directories.