decimusphostle

StatsD Debug

Mar 4th, 2013
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 14 Mar 16:49:07 - DEBUG: numStats: 5
  2. Flushing stats at Mon Mar 04 2013 16:49:08 GMT-0500 (EST)
  3. { counters:
  4.    { 'statsd.bad_lines_seen': 0,
  5.      'statsd.packets_received': 8,
  6.      'foo.bar.stat0': 54,
  7.      'foo.bar.stat1': 58,
  8.      'foo.bar.stat2': 37 },
  9.   timers: {},
  10.   gauges: {},
  11.   timer_data: {},
  12.   counter_rates:
  13.    { 'statsd.bad_lines_seen': 0,
  14.      'statsd.packets_received': 0.1,
  15.      'foo.bar.stat0': 0,
  16.      'foo.bar.stat1': 3.3,
  17.      'foo.bar.stat2': 0 },
  18.   sets: {},
  19.   pctThreshold: [ 90 ] }
Advertisement
Add Comment
Please, Sign In to add comment