Giter VIP home page Giter VIP logo

Comments (7)

bradgignac avatar bradgignac commented on July 17, 2024

Some suggestions that have come up in discussion:

  • Focus on real-time data that can be used to quickly determine the status of deployments and identifying problems.
  • Build higher-level statistics from the requests/second and failures/second data provided by the API. For example, we can determine error rate for an endpoint or roll up endpoint statistics to determine the overall health of a host.
  • Provide two views: one view for hosts and locations, and another view for upstream and endpoints.
  • Production Vulcand deployments will contain hundreds of locations, upstreams, and endpoints. Provide searching and filtering capabilities to reduce data displayed on a single dashboard to a comprehensible level. Allow custom dashboards to be persisted.
  • When compared to nginx or HAProxy, Vulcand is distinguished by its dynamic nature - all aspects of the configuration may change as services announce themselves to etcd. The ability to visualize changes in topology will be helpful when debugging deployments, pushing canary builds, and performing rolling restarts.

from vulcand.

klizhentas avatar klizhentas commented on July 17, 2024

Check out vulcanctl status -w 1 for some ideas:

  • It displays top locations sorted by: error rates first, requests second

So for the top panel you get a top-like list of locations that are highlighted if there's error rate what is the first thing I do when deploying something new - to watch for errors and anomalies.

from vulcand.

bradgignac avatar bradgignac commented on July 17, 2024

@klizhentas Put this together last night.

image

Here's the basic idea:

  • Choose between host-centric view or upstream-centric view using the navigation. This also needs a way to search/filter by host, location, upstream, or endpoint.
  • Overview section show real-time info on requests/second and errors/second.
  • Table shows realtime stats broken down by host and location. We could highlight based on error rate. You could sort by any header, and error rate would be the default sort.

from vulcand.

klizhentas avatar klizhentas commented on July 17, 2024

@bradgignac that's a great start. Merge it into master once ready, we'll see how useful it is on production.

from vulcand.

klizhentas avatar klizhentas commented on July 17, 2024

@bradgignac I've just realized that you don't have enough datapoints to draw the real chart. Should I add API endpoints returning time series for it? What format would you prefer?

from vulcand.

bradgignac avatar bradgignac commented on July 17, 2024

Right now, I show the last X seconds of data, and it takes X seconds to populate the entire graph. Good enough for now.

from vulcand.

klizhentas avatar klizhentas commented on July 17, 2024

ok, even better for a start!

from vulcand.

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.