You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if I leave out my_param from my request (/foo), a count is saved (bar_2014_08_23).
Wouldn't it make sense to not count anything unless all params are present?
The text was updated successfully, but these errors were encountered:
I noticed that a count is saved in Redis even if one or more of the required parameters are missing.
For example:
voncount.config:
Even if I leave out
my_param
from my request (/foo
), a count is saved (bar_2014_08_23
).Wouldn't it make sense to not count anything unless all params are present?
The text was updated successfully, but these errors were encountered: