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