Documentation
¶
Index ¶
Constants ¶
View Source
const (
// MetricPrefix is the prefix of all metrics.
MetricPrefix = "greptimedb_operator"
)
Variables ¶
View Source
var (
ErrEmptyEvents = errors.New("no events found")
)
Functions ¶
This section is empty.
Types ¶
type MetricsCollector ¶
type MetricsCollector struct {
// contains filtered or unexported fields
}
MetricsCollector is used to collect pod metrics.
func NewMetricsCollector ¶
func NewMetricsCollector() (*MetricsCollector, error)
NewMetricsCollector creates a new MetricsCollector.
func (*MetricsCollector) CollectClusterPodMetrics ¶
func (c *MetricsCollector) CollectClusterPodMetrics(ctx context.Context, cluster *greptimev1alpha1.GreptimeDBCluster) error
CollectClusterPodMetrics collects pod metrics for a cluster.
Click to show internal directories.
Click to hide internal directories.