Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TagsResponse ¶ added in v1.78.0
type TagsResponse struct {
TagNames []string `json:"tagNames"`
}
type TraceMetadata ¶
type TraceMetadata struct { TraceID string `json:"traceID"` RootServiceName string `json:"RootServiceName"` StartTimeUnixNano string `json:"startTimeUnixNano"` DurationMs time.Duration `json:"durationMs"` }
Trace is a list of spans
type Traces ¶
type Traces struct { Traces []Trace `json:"traces"` Metrics struct{} `json:"metrics"` }
type TracingResponse ¶
type TracingResponse struct {
Traces []TraceMetadata `json:"traces"`
}
Click to show internal directories.
Click to hide internal directories.