You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

interface.go 714 B

12345678910111213141516
  1. package tracker
  2. import "time"
  3. type Interface interface {
  4. //GetMetric(expr string, time time.Time) Metric
  5. //GetMetricOverTime(expr string, start, end time.Time, step time.Duration) Metric
  6. GetNamedMetrics(metrics []string, time time.Time, opt QueryOption) []Metric
  7. //GetNamedMetricsOverTime(metrics []string, start, end time.Time, step time.Duration, opt QueryOption) []Metric
  8. //GetMetadata(namespace string) []Metadata
  9. //GetMetricLabelSet(expr string, start, end time.Time) []map[string]string
  10. //
  11. //// meter
  12. //GetNamedMeters(meters []string, time time.Time, opts []QueryOption) []Metric
  13. //GetNamedMetersOverTime(metrics []string, start, end time.Time, step time.Duration, opts []QueryOption) []Metric
  14. }

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.