@@ -25,4 +25,8 @@ type Interface interface {
|
||||
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
|
||||
|
||||
// meter
|
||||
GetNamedMeters(meters []string, time time.Time, opts []QueryOption) []Metric
|
||||
GetNamedMetersOverTime(metrics []string, start, end time.Time, step time.Duration, opts []QueryOption) []Metric
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user