go-zero/core/metric/metric.go
2020-07-26 17:09:05 +08:00

11 lines
171 B
Go

package metric
// VectorOpts general configuration
type VectorOpts struct {
Namespace string
Subsystem string
Name string
Help string
Labels []string
}