Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a Grafana client.
type QueryResponse ¶
type QueryResponse struct {
Results struct {
PandaPulse struct {
Frames []struct {
Schema struct {
Fields []struct {
Labels map[string]string `json:"labels"`
} `json:"fields"`
} `json:"schema"`
Data struct {
Values []interface{} `json:"values"`
} `json:"data"`
} `json:"frames"`
} `json:"pandaPulse"`
} `json:"results"`
}
QueryResponse is the response from a Grafana query.
Click to show internal directories.
Click to hide internal directories.