class WavefrontDisplay::Spy
The spy commands stream directly to stdout, so nothing needs to be done here. The methods have to be stubbed to avoid errors.
Public Instance Methods
do_histograms()
click to toggle source
# File lib/wavefront-cli/display/spy.rb, line 13 def do_histograms; end
do_ids()
click to toggle source
# File lib/wavefront-cli/display/spy.rb, line 17 def do_ids; end
do_points()
click to toggle source
# File lib/wavefront-cli/display/spy.rb, line 11 def do_points; end
do_spans()
click to toggle source
# File lib/wavefront-cli/display/spy.rb, line 15 def do_spans; end