Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() tfbridge.ProviderInfo
Provider returns additional overlaid schema and metadata associated with the gcp package.
Types ¶
type CsvFileSpanIter ¶
type CsvFileSpanIter struct {
File string
}
Iterates over spans stored in CSV format
type MultiSpanIter ¶
type MultiSpanIter struct {
Iters []SpanIter
}
Convenience type for iterating over multiple SpanIters in sequence
type TraceDirSpanIter ¶
type TraceDirSpanIter struct {
// contains filtered or unexported fields
}
Iterate over spans from all .trace files in a directory
type TraceFileSpanIter ¶
type TraceFileSpanIter struct {
File string
}
Iterates over spans stored in appDash's trace file format
Source Files ¶
Click to show internal directories.
Click to hide internal directories.