GithubHelp home page GithubHelp logo

Comments (10)

olmo1501 avatar olmo1501 commented on May 4, 2024 2

In Grafana expand the query. Change:

gateway_connection_status{connection="Physical Link"}

to

gateway_connection_status{connection="Physical Link",interface="DSL"}

from fritzbox_exporter.

olmo1501 avatar olmo1501 commented on May 4, 2024

Looks like you did some changes to the Prometheus Job. Shorten your time range and see if that kind of fixes it. If yes you just need to wait.

from fritzbox_exporter.

mrcsdl avatar mrcsdl commented on May 4, 2024

Looks like you did some changes to the Prometheus Job. Shorten your time range and see if that kind of fixes it. If yes you just need to wait.

you mean in the prometheus.yml?

from fritzbox_exporter.

olmo1501 avatar olmo1501 commented on May 4, 2024

Yes. If you, for example, added an additional label, the query will return more than one value which leads to this kind of display.

from fritzbox_exporter.

mrcsdl avatar mrcsdl commented on May 4, 2024

scrape_interval: 15s # By default, scrape targets every 15 seconds.

Attach these labels to any time series or alerts when communicating with
external systems (federation, remote storage, Alertmanager).
external_labels:
monitor: 'codelab-monitor'
A scrape configuration containing exactly one endpoint to scrape:
Here it's Prometheus itself.
scrape_configs:

The job name is added as a label job=<job_name> to any timeseries scraped from this config.
job_name: 'prometheus'
Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s
static_configs:
targets: ['localhost:9090']
Example job for node_exporter
job_name: 'node_exporter'
static_configs:
targets: ['node_exporter:9100']
Example job for fritzbox-prometheus-exporter
job_name: 'fritzbox-prometheus-exporter'
static_configs:
targets: ['192.168.178.52:9042']
Example job for cadvisor

  • job_name: 'cadvisor'
    static_configs:
  • targets: ['cadvisor:8080']

This is my prometheus.yml

from fritzbox_exporter.

olmo1501 avatar olmo1501 commented on May 4, 2024

Did you do changes to it after you first set up the job?

What does Grafana display if you set the time range to 5 minutes?

from fritzbox_exporter.

mrcsdl avatar mrcsdl commented on May 4, 2024

it shows this, i will delete the job and add it again maybe this helps
image

edit: same error again

from fritzbox_exporter.

mrcsdl avatar mrcsdl commented on May 4, 2024

That worked thanks.

Btw is it normal that it normal when i hover over one graph that it shows the stats on every graph.

Unbenannt

from fritzbox_exporter.

olmo1501 avatar olmo1501 commented on May 4, 2024

This is way out of scope for a Github issue, this is not a communications platform.

To answer your question: in the dashboard settings change "Graph Tooltip" to something other than "Shared Tooltip"

from fritzbox_exporter.

mrcsdl avatar mrcsdl commented on May 4, 2024

Okay, sorry. I will close this issue. Thanks for your help!

from fritzbox_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.