MCPcopy
hub / github.com/statsd/statsd / gauge

Method gauge

examples/StatsdClient.java:173–175  ·  view source on GitHub ↗
(String key, double magnitude)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 2

sendMethod · 0.95
formatMethod · 0.80

Tested by

no test coverage detected