package
Version:
v0.0.0-...-1327c84
Opens a new window with list of versions in this module.
Published: Jun 29, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PrometheusResponse struct {
Status string `json:"status"`
Data struct {
ResultType string `json:"resultType"`
Result []struct {
Metric struct {
Name string `json:"__name__"`
Namespace string `json:"namespace"`
} `json:"metric"`
Value []any `json:"value"`
} `json:"result"`
} `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.