metric.go 171 B

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