api: list metric labels and values
Signed-off-by: huanggze <loganhuang@yunify.com>
This commit is contained in:
@@ -8,4 +8,5 @@ type Interface interface {
|
||||
GetNamedMetrics(metrics []string, time time.Time, opt QueryOption) []Metric
|
||||
GetNamedMetricsOverTime(metrics []string, start, end time.Time, step time.Duration, opt QueryOption) []Metric
|
||||
GetMetadata(namespace string) []Metadata
|
||||
GetMetricLabelSet(expr string, start, end time.Time) []map[string]string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user