Giter Club home page Giter Club logo

Comments (4)

pdreker avatar pdreker commented on June 30, 2024 1

Doesn't matter - I have just merged current develop into master triggering the 1.0.5 release, which has the metrics as "fritz_wan_datarate". The action is currently building the images, they should be available shortly.

Just a suggestion: It might be more elegant to actually use PromQL to get the datarate of the WAN interface, as this offers more control about what values are used. The API counters only show the data rate at that moment. So if you are scraping every 60s you may actually miss traffic, if there is a huge transfer which started after the last scrape and terminates before the next scrape.

So a query for Grafana like

rate(fritz_wan_data_bytes_total{direction="down"}[10m])

will actually produce the real bytes per second over the last 10m.

from fritz_exporter.

pdreker avatar pdreker commented on June 30, 2024

Seems like I'll have to bump my box to 7.25 tonight and I'll have a look.

from fritz_exporter.

pdreker avatar pdreker commented on June 30, 2024

Interestingly I only get "GetAddonInfos" under the service "WANCommonIFC1"... I would have assumed, that this is just a shortcut to WANCommonInterfaceConfig1, but oh well...

from fritz_exporter.

ojwer avatar ojwer commented on June 30, 2024

I am not sure, wether this action is from the TR-064 or the UPnP/IGD API. That would perhaps explain the difference.

from fritz_exporter.

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.