We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0865797 + c70caff commit 9170c5fCopy full SHA for 9170c5f
README.md
@@ -69,10 +69,11 @@ Sample rates are your responsiblity to calculate. If you tell it the sample rat
69
## Tag Format
70
71
Tags are sent as comma separated key value pairs with a colon deliminating the key from the value, e.g.
72
+
73
```
74
tags = "country:china,datacenter:asia,account:mass_market"
75
-logger:count("another_hit", 1, 1, tags)
76
+logger:counter("another_hit", 1, 1, tags)
77
78
79
## Luarock creation
0 commit comments