Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrafanaClient ¶
func NewGrafanaClient ¶
func NewGrafanaClient(baseURL, apiKey string) *GrafanaClient
func (*GrafanaClient) DataSourceQuery ¶
func (c *GrafanaClient) DataSourceQuery(query any) (*backend.QueryDataResponse, error)
func (*GrafanaClient) GetDashboard ¶
func (c *GrafanaClient) GetDashboard(uid string) (map[string]json.RawMessage, error)
func (*GrafanaClient) LoginPing ¶
func (c *GrafanaClient) LoginPing() error
Click to show internal directories.
Click to hide internal directories.