Giter VIP home page Giter VIP logo

Comments (4)

aphyr avatar aphyr commented on June 8, 2024

Fixnums couldn't appear there until recently. The newest version of riemann-ruby-client added support. I'm pretty close to obsoleting that whole ruby dash in favor of the realtime js dashboard; you might give /ws a try.

ianrumford [email protected] wrote:

Using the 0.1.1 riemann-dash gem

riemann/dash/helper/renderer.rb method state_chart has the following line:

if s.metric && !(s.metric.nan?)

I do not understand why but this can generate a no method exception nan? for fixnum.

A simple workaround is e.g.

if s.metric && !(s.metric.nan? rescue true)

but this just conceals the underlying problem.


Reply to this email directly or view it on GitHub.

from riemann-dash.

ianrumford avatar ianrumford commented on June 8, 2024

Would be interested to see / try the realtime dash when your're ready. Realtime is where I want to be eventually.

from riemann-dash.

aphyr avatar aphyr commented on June 8, 2024

Check out master from riemann-dash and go to localhost:4567/ws :)

ianrumford [email protected] wrote:

Would be interested to see / try the realtime dash when your're ready. Realtime is where I want to be eventually.


Reply to this email directly or view it on GitHub.

from riemann-dash.

aphyr avatar aphyr commented on June 8, 2024

Closing with the move to the new dash

from riemann-dash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.