package
Version:
v1.7.0
Opens a new window with list of versions in this module.
Published: Jun 1, 2021
License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type MetricMergedResult struct {
Columns []string `json:"columns"`
Data []interface{} `json:"data"`
}
MetricMergedResult defines the result of columns and data
type MetricResult struct {
MaxValue *float64 `json:"maxValue,omitempty"`
AvgValue *float64 `json:"avgValue,omitempty"`
Series []models.Row `json:"series"`
}
MetricResult defines the single metric result
Source Files
¶
Click to show internal directories.
Click to hide internal directories.