github.com/lingyao2333/mo-zero@v1.4.1/core/metric/metric.go (about)

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