minor cleanup

Signed-off-by: huanggze <loganhuang@yunify.com>
This commit is contained in:
huanggze
2020-11-03 11:58:16 +08:00
parent f61d882046
commit 10fedfe432
3 changed files with 1 additions and 82 deletions

View File

@@ -40,7 +40,7 @@ type MonitoringOperator interface {
GetMetadata(namespace string) Metadata
GetMetricLabelSet(metric, namespace string, start, end time.Time) MetricLabelSet
// TODO: refactor
// TODO: expose KubeSphere self metrics in Prometheus format
GetKubeSphereStats() Metrics
GetWorkspaceStats(workspace string) Metrics
}