Versions in this module Expand all Collapse all v0 v0.2.0 Sep 15, 2017 v0.1.0 Sep 5, 2017 Changes in this version + type MetricSink struct + func NewMetricSink(shortStoreDuration, longStoreDuration time.Duration, longStoreMetrics []string) *MetricSink + func (this *MetricSink) ExportData(batch *core.DataBatch) + func (this *MetricSink) GetContainersForPodFromNamespace(namespace, pod string) []string + func (this *MetricSink) GetLabeledMetric(metricName string, labels map[string]string, keys []string, ...) map[string][]core.TimestampedMetricValue + func (this *MetricSink) GetLatestDataBatch() *core.DataBatch + func (this *MetricSink) GetMetric(metricName string, keys []string, start, end time.Time) map[string][]core.TimestampedMetricValue + func (this *MetricSink) GetMetricNames(key string) []string + func (this *MetricSink) GetMetricSetKeys() []string + func (this *MetricSink) GetNamespaces() []string + func (this *MetricSink) GetNodes() []string + func (this *MetricSink) GetPods() []string + func (this *MetricSink) GetPodsFromNamespace(namespace string) []string + func (this *MetricSink) GetShortStore() []*core.DataBatch + func (this *MetricSink) GetSystemContainersFromNode(node string) []string + func (this *MetricSink) Name() string + func (this *MetricSink) Stop() Incompatible versions in this module v3.9.0-alpha.1+incompatible Dec 20, 2017 v3.9.0-alpha.0+incompatible Dec 17, 2017