Sign in
skia
/
buildbot.git
/
8d2feed4456e1230fc28648b6434922d2c3d1f57
/
.
/
go
/
metrics2
/
counter.go
blob: 89cbda06eaabdb7c6a47b25ac10c995cd9346cec [
file
] [
log
] [
blame
]
package metrics2
// GetCounter creates and returns a new Counter using the default client.
func GetCounter(name string, tags ...map[string]string) Counter {
return defaultClient.GetCounter(name, tags...)
}