Versions in this module Expand all Collapse all v0 v0.0.1 Jun 5, 2020 Changes in this version + type MetricCache struct + func NewMetricCache() *MetricCache + func (mc *MetricCache) GetNewRelicQuery(namepace, name string) (string, bool) + func (mc *MetricCache) ListMetricNames() []string + func (mc *MetricCache) Remove(key string) + func (mc *MetricCache) Update(key string, name string, metricRequest interface{})