Git Product home page Git Product logo

Comments (4)

danielcweeks avatar danielcweeks commented on July 20, 2024

kgs,

The cluster view only gathers data from the elasticsearch index 'inviso-cluster'. There are three requests that should be made:

  1. Get the names of all recent clusters (which is what you see)
  2. Get the apps for the selected cluster (top graph)
  3. Get the metrics for the resource view (bottom graph)

It's possible that the second two requests aren't triggering correctly. Can you make sure you're on the latest version?

To diagnose, put a breakpoint on cluster.js in 'initClusterView' and 'loadSelectedCluster' to see if they're getting hit.

-Dan

from inviso.

kgs avatar kgs commented on July 20, 2024

Yes, I am using the latest version.

When I set breakpoints, I see that 'initClusterView' is getting called, but 'loadSelectedCluster' is not.

from inviso.

danielcweeks avatar danielcweeks commented on July 20, 2024

Ok, I think I figured out what's going wrong. If you don't have a default cluster specified in settings.js, it wasn't initializing the selected cluster correctly. You can either pull the latest version or update your settings.js to have a default cluster that matches the name of one of your clusters.

Let me know if that doesn't work.

from inviso.

kgs avatar kgs commented on July 20, 2024

Yes, changing default to my cluster name in settings.js fixed this issue :) Thanks!

from inviso.

Related Issues (13)

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.