Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LabelsToPopulate = []core.LabelDescriptor{ core.LabelPodId, core.LabelPodName, core.LabelPodNamespace, core.LabelNamespaceName, core.LabelPodNamespaceUID, core.LabelHostname, core.LabelHostID, }
Functions ¶
This section is empty.
Types ¶
type ClusterAggregator ¶
type ClusterAggregator struct {
MetricsToAggregate []string
}
func (*ClusterAggregator) Name ¶
func (this *ClusterAggregator) Name() string
type NamespaceAggregator ¶
type NamespaceAggregator struct {
MetricsToAggregate []string
}
func (*NamespaceAggregator) Name ¶
func (this *NamespaceAggregator) Name() string
type NamespaceBasedEnricher ¶
type NamespaceBasedEnricher struct {
// contains filtered or unexported fields
}
func NewNamespaceBasedEnricher ¶
func NewNamespaceBasedEnricher(url *url.URL) (*NamespaceBasedEnricher, error)
func (*NamespaceBasedEnricher) Name ¶
func (this *NamespaceBasedEnricher) Name() string
type NodeAggregator ¶
type NodeAggregator struct {
MetricsToAggregate []string
}
func (*NodeAggregator) Name ¶
func (this *NodeAggregator) Name() string
type PodAggregator ¶
type PodAggregator struct { }
func (*PodAggregator) Name ¶
func (this *PodAggregator) Name() string
type PodBasedEnricher ¶
type PodBasedEnricher struct {
// contains filtered or unexported fields
}
func NewPodBasedEnricher ¶
func NewPodBasedEnricher(url *url.URL) (*PodBasedEnricher, error)
func (*PodBasedEnricher) Name ¶
func (this *PodBasedEnricher) Name() string
Click to show internal directories.
Click to hide internal directories.