simplifi/ngx_lua_datadog

Documentation mistake

Closed this issue · 1 comments

In the docs where your explaining tags...

tags = "country:china,datacenter:asia,account:mass_market"

logger:count("another_hit", 1, 1, tags)

...I believe that should be 'logger:counter' as specified in the previous api section.

Documentation fixed. Thanks for noticing that.