Sign in
skia
/
buildbot
/
2ad74dabbee5
/
.
/
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...)
}