Versions in this module Expand all Collapse all v0 v0.4.0 Mar 28, 2017 Changes in this version + type Client struct + func NewClient(host string, port uint, client *http.Client) (*Client, error) + func (k *Client) GetSummary() (*stats.Summary, error) + type Source struct + func NewSource(cfg *monitor.SourceConfig) (*Source, error) + func (s *Source) GetTimeSeriesReq() (*v3.CreateTimeSeriesRequest, error) + func (s *Source) Name() string + func (s *Source) ProjectPath() string + type Translator struct + func NewTranslator(zone, project, cluster, instanceID string, resolution time.Duration) *Translator + func (t *Translator) Translate(summary *stats.Summary) (*v3.CreateTimeSeriesRequest, error)