Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MetricViews = MetricViewsType{}
Functions ¶
This section is empty.
Types ¶
type MetricViewsType ¶
type MetricViewsType struct {
// contains filtered or unexported fields
}
func (*MetricViewsType) Add ¶
func (g *MetricViewsType) Add(name string, v []metric.View) *MetricViewsType
func (*MetricViewsType) Delete ¶
func (g *MetricViewsType) Delete(name string) *MetricViewsType
func (*MetricViewsType) GetViewGroup ¶
func (g *MetricViewsType) GetViewGroup(name string) []metric.View
func (*MetricViewsType) GetViews ¶
func (g *MetricViewsType) GetViews() []metric.View
Click to show internal directories.
Click to hide internal directories.