package
Version:
v6.1.6+incompatible
Opens a new window with list of versions in this module.
Published: Apr 29, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type OpenTsdbExecutor struct {
}
type OpenTsdbQuery struct {
Start int64 `json:"start"`
End int64 `json:"end"`
Queries []map[string]interface{} `json:"queries"`
}
type OpenTsdbResponse struct {
Metric string `json:"metric"`
DataPoints map[string]float64 `json:"dps"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.