Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricStorage ¶
type MetricStorage interface {
Query(query *monitor.MetricQuery) (*types.MetricMergedResult, error)
}
func NewMetricStorage ¶
func NewMetricStorage(storageConfig *monitorconfig.Storage) (MetricStorage, error)
type ProjectStorage ¶
type ProjectStorage interface {
Collect()
}
func NewProjectStorage ¶
func NewProjectStorage(storageConfig *monitorconfig.Storage, businessClient businessclient.BusinessV1Interface) (ProjectStorage, error)
Click to show internal directories.
Click to hide internal directories.