Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trace ¶
type Trace struct {
// contains filtered or unexported fields
}
Trace Used to otel jaeger json data analysis
func NewTrace ¶
func NewTrace(params WorkerParams) *Trace
func (*Trace) SetParams ¶
func (w *Trace) SetParams(params WorkerParams)
type WorkerParams ¶
type WorkerParams struct { Spec string // for trace worker Source storage.Datasource // source database.table Target storage.Datasource // target database.table DB *sql.DB // clickhouse instance }
Click to show internal directories.
Click to hide internal directories.