All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.golang.countermetrics.declare.go.template Maven / Gradle / Ivy

var (
	@title@_Metrics = prometheus.NewCounterVec(prometheus.CounterOpts{
		Name: "NF_@service_acronym@_@metric_name@",
		Help: "Sumary metrics for @title@",
	},[]string{"nservice","ntype","nerror"})
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy