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...)
}