Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppMetricExtended ¶
type AppMetricExtended struct {
DaoMetricTypes.AppMetric
}
func (AppMetricExtended) ProduceMetrics ¶
func (n AppMetricExtended) ProduceMetrics() ApiMetrics.ApplicationMetric
type ClusterMetricExtended ¶
type ClusterMetricExtended struct {
DaoMetricTypes.ClusterMetric
}
func (ClusterMetricExtended) ProduceMetrics ¶
func (n ClusterMetricExtended) ProduceMetrics() ApiMetrics.ClusterMetric
type ContainerMetricExtended ¶
type ContainerMetricExtended struct {
*DaoMetricTypes.ContainerMetric
}
func (*ContainerMetricExtended) ProduceMetrics ¶
func (c *ContainerMetricExtended) ProduceMetrics() *ApiMetrics.ContainerMetric
type ControllerMetricExtended ¶
type ControllerMetricExtended struct {
DaoMetricTypes.ControllerMetric
}
func (ControllerMetricExtended) ProduceMetrics ¶
func (n ControllerMetricExtended) ProduceMetrics() ApiMetrics.ControllerMetric
type NamespaceMetricExtended ¶
type NamespaceMetricExtended struct {
DaoMetricTypes.NamespaceMetric
}
func (NamespaceMetricExtended) ProduceMetrics ¶
func (n NamespaceMetricExtended) ProduceMetrics() ApiMetrics.NamespaceMetric
type NodeMetricExtended ¶
type NodeMetricExtended struct {
*DaoMetricTypes.NodeMetric
}
func (*NodeMetricExtended) ProduceMetrics ¶
func (n *NodeMetricExtended) ProduceMetrics() *ApiMetrics.NodeMetric
type PodMetricExtended ¶
type PodMetricExtended struct {
*DaoMetricTypes.PodMetric
}
func (*PodMetricExtended) ProduceMetrics ¶
func (p *PodMetricExtended) ProduceMetrics() *ApiMetrics.PodMetric
Click to show internal directories.
Click to hide internal directories.