(String key, double magnitude)
| 171 | } |
| 172 | |
| 173 | public boolean gauge(String key, double magnitude){ |
| 174 | return gauge(key, magnitude, 1.0); |
| 175 | } |
| 176 | |
| 177 | public boolean gauge(String key, double magnitude, double sampleRate){ |
| 178 | final String stat = String.format(Locale.ENGLISH, "%s:%s|g", key, magnitude); |