Initial commit
This commit is contained in:
14
metric/alert.go
Normal file
14
metric/alert.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package metric
|
||||
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
)
|
||||
|
||||
var singletonCounter prometheus.Counter
|
||||
var once sync.Once
|
||||
|
||||
func SingletonCounter() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user