Slide 14
Slide 14 text
Metrics
# statsd-ruby
statsd = Statsd.new(‘chicago-1’)
statsd.gauge(‘pending.auths’, pending_auths.count)
statsd.timing(‘latency.auths’, Time.now - auth.created_at)
• Graphite renders the graphs
• collectd has plugins for PostgreSQL, Postfix, …
• logs!