initial import
This commit is contained in:
10
core/metric/metric.go
Normal file
10
core/metric/metric.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package metric
|
||||
|
||||
// VectorOpts general configuration
|
||||
type VectorOpts struct {
|
||||
Namespace string
|
||||
Subsystem string
|
||||
Name string
|
||||
Help string
|
||||
Labels []string
|
||||
}
|
||||
Reference in New Issue
Block a user