grafana

package
v1.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2018 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

Package grafana provides facilities for working with Grafana.

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 represents a client for Grafana API.

func NewClient

func NewClient(addr string) *Client

NewClient creates a new client for given Grafana address.

func (*Client) CreateAnnotation

func (c *Client) CreateAnnotation(ctx context.Context, tags []string, text string) (string, error)

CreateAnnotation creates annotation with given text and tags ("pmm_annotation" is added automatically) and returns Grafana's response text which is typically "Annotation added" or "Failed to save annotation".

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL