pilhuhn / hawkfx

Hawkular explorer written in (J)Ruby with a JavaFX frontend.
Apache License 2.0
14 stars 10 forks source link

Unable to list metrics #11

Closed hckuo2 closed 8 years ago

hckuo2 commented 8 years ago

Hi, When I was try to list all metrics, I clicked 'list metrics' in the menu that popped down. But nothing happened. Here's the exception in the terminal:

Exception in thread "JavaFX Application Thread" org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `metricscounters' for Hawk:Module
        at RUBY.list_metrics(/Users/akuo/Developer/hawkular/hawkfx/lib/hawk_main_controller.rb:73)
        at RUBY.handle(/Users/akuo/.rvm/gems/jruby-9.1.2.0/gems/jrubyfx-fxmlloader-0.4.1-java/lib/fxmlloader/elts.rb:521)

Thanks!

pilhuhn commented 8 years ago

Thanks @auszone for the report and sorry for the bug.

hckuo2 commented 8 years ago

No problem 👍