metric.go 121 B

1234567
  1. package metric
  2. // Metric is the API message for metric.
  3. type Metric struct {
  4. Name string
  5. Labels map[string]string
  6. }