package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jan 17, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
ResultType string `json:"resultType"`
Stats Stats `json:"stats"`
}
type Response struct {
Status string `json:"status"`
Data Data `json:"data"`
}
type Samples struct {
TotalQueryableSamples int `json:"totalQueryableSamples"`
PeakSamples int `json:"peakSamples"`
}
type SerieMetadata struct {
Labels []string `json:"labels"`
SeriesCount int `json:"seriesCount"`
}
type Stats struct {
Timings Timings `json:"timings"`
Samples Samples `json:"samples"`
}
type Timings struct {
EvalTotalTime float64 `json:"evalTotalTime"`
ResultSortTime float64 `json:"resultSortTime"`
QueryPreparationTime float64 `json:"queryPreparationTime"`
InnerEvalTime float64 `json:"innerEvalTime"`
ExecQueueTime float64 `json:"execQueueTime"`
ExecTotalTime float64 `json:"execTotalTime"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.