Skip to content

Commit 9170c5f

Browse files
authored
Merge pull request #6 from simplifi/fix_documentation
documentation fix
2 parents 0865797 + c70caff commit 9170c5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ Sample rates are your responsiblity to calculate. If you tell it the sample rat
6969
## Tag Format
7070

7171
Tags are sent as comma separated key value pairs with a colon deliminating the key from the value, e.g.
72+
7273
```
7374
tags = "country:china,datacenter:asia,account:mass_market"
7475
75-
logger:count("another_hit", 1, 1, tags)
76+
logger:counter("another_hit", 1, 1, tags)
7677
```
7778

7879
## Luarock creation

0 commit comments

Comments
 (0)