| 208 | } |
| 209 | |
| 210 | inline void StatsdClient::decrement(const std::string& key, |
| 211 | float frequency, |
| 212 | const std::vector<std::string>& tags) const noexcept { |
| 213 | count(key, -1, frequency, tags); |
| 214 | } |
| 215 | |
| 216 | inline void StatsdClient::increment(const std::string& key, |
| 217 | float frequency, |