github.com/shuguocloud/go-zero@v1.3.0/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  }