metric.go 179 B

12345678910
  1. package metric
  2. // A VectorOpts is a general configuration.
  3. type VectorOpts struct {
  4. Namespace string
  5. Subsystem string
  6. Name string
  7. Help string
  8. Labels []string
  9. }