class Roqua::Support::Stats::HostedGraphiteBackend
Public Instance Methods
submit(key, value)
click to toggle source
# File lib/roqua/support/stats/hosted_graphite_backend.rb, line 7 def submit(key, value) HostedGraphite.send_metric(key, value) end