You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be cool if there was an option to hook into Adhearsion::Statistics with this plugin, so that graphite could graph all those stats with no programming needed on the users part...
Or maybe alias Celluloid::Actor[:statistics] to Celluloid::Actor[:statistics_original] and insert our own Celluloid::Actor[:statistics] that also sends stats.
Or maybe leave the built in stats alone, and just register our own event handlers in a similar fashion..
The text was updated successfully, but these errors were encountered:
Would be cool if there was an option to hook into
Adhearsion::Statistics
with this plugin, so that graphite could graph all those stats with no programming needed on the users part...Celluloid::Actor[:statistics]
toCelluloid::Actor[:statistics_original]
and insert our ownCelluloid::Actor[:statistics]
that also sends stats.The text was updated successfully, but these errors were encountered: