Giter Site home page Giter Site logo

Comments (3)

anryko avatar anryko commented on August 17, 2024

Hi @nordewal,
Could you identify when the issue started to appear? Maybe there was an influxdb or collectd upgrade leading to this behavior?
Unfortunately I can't reproduce the issue so I would need some help with debugging this. My first impression is that problem is with the series list returned by influxdb. Maybe there are some duplication's that I didn't consider.

Could you open a js console in your browser and investigate what happens before graph related SELECT. GetDash first gets information to match it to the configured plugins so problem must be on this stage. You would need to investigate influxdb responses to check if there are any problems.

Is there a possibility for you to copy the db, remove unrelevant data and backup a sample for me? In this case I could precisely reproduce the issue and help with solving your problem.

from grafana-influx-dashboard.

nordewal avatar nordewal commented on August 17, 2024

Hi @anryko
Thanks for the fast response. You were actually right, and I found the issue with looking at the earlier query in firebug. There I could see that there are two series with the same tags but in a different order. Like that:

cpu_value,host=myhost.example.com,type=percent,type_instance=idle
cpu_value,type=percent,host=myhost.example.com,type_instance=idle

As you supposed, this is an issue that has nothing to do with getdash - I need to dig further at different places ;-)

Looks like the following: influxdata/influxdb#6771

from grafana-influx-dashboard.

anryko avatar anryko commented on August 17, 2024

@nordewal, nice! Thanks.

from grafana-influx-dashboard.

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.