(String key, int value)
| 115 | |
| 116 | |
| 117 | public boolean timing(String key, int value) { |
| 118 | return timing(key, value, 1.0); |
| 119 | } |
| 120 | |
| 121 | public boolean timing(String key, int value, double sampleRate) { |
| 122 | return send(sampleRate, String.format(Locale.ENGLISH, "%s:%d|ms", key, value)); |