trazfr / freebox-exporter

Prometheus exporter for the Freebox
MIT License
20 stars 9 forks source link

New metrics #2

Closed FabFouge closed 2 years ago

FabFouge commented 2 years ago

Hello, Is it possible to have real-time throughput metrics (Download/Upload) ?

trazfr commented 2 years ago

Hello,

Yes, if they are available on the Freebox API. But which pieces of info from the Freebox API are you referring to?

There are already a few Prometheus metrics available:

FabFouge commented 2 years ago

Hello, Thanks for your feedback. I wanted to know if these metrics (indicated in the image) were available

Metrics

trazfr commented 2 years ago

yes, we may graph those with the rate() function on Prometheus.

For example we may have this kind of query (to be changed given the frequency of the scrapes):

FabFouge commented 2 years ago

Hello, I just got it. It's exactly what I was looking for. Thank you for your quick and clear response. Nice day