MiguelNdeCarvalho / speedtest-exporter

Speedtest Exporter made in python using the official speedtest bin
https://docs.miguelndecarvalho.pt/projects/speedtest-exporter/
GNU General Public License v3.0
190 stars 52 forks source link

feat(exporter): add labels and duration #175

Closed jkoelker closed 1 year ago

jkoelker commented 1 year ago
jkoelker commented 1 year ago

Just traced back the git history of the previous labels and figured out that caching makes the labeling duplicate for those that use it. I'll re-implement with a custom collector that will cache itself.

jkoelker commented 1 year ago

closing in favor of #176