qbittorrent-exporter icon indicating copy to clipboard operation
qbittorrent-exporter copied to clipboard

A prometheus exporter for qBittorrent.

Results 12 qbittorrent-exporter issues
Sort by recently updated
recently updated
newest added

Hi! I think 450mb of RAM usage on idle is a bit too excessive for a Prometheus exporter and the culprit is definitely Java or JVM. There are two options...

Hi, I'm deploying your exporter on a debian virtual machine. I launch the container on docker and on my logs I see that > 14:10:35.723 [DEBUG] qbittorrent.exporter.Application - Environment variable...

Metric `qbittorrent_torrent_info` exposes dynamically changing labels. This is a problem because each labelset is an additional time series: https://prometheus.io/docs/practices/instrumentation/#do-not-overuse-labels Labels like `progress`, `dl_speed`, `up_speed`, `downloaded` are frequently changing, and basically...

This project does not seem to have a license declared in an obvious way, or at all. A license should be added (as this project seems to be intended as...

Hello, I'm on a environment where docker would not be advisable. Can you build this without docker?

Fixes: https://github.com/caseyscarborough/qbittorrent-exporter/issues/19 & https://github.com/caseyscarborough/qbittorrent-exporter/issues/15 Locale setting is defined in Environment variable: `QBITTORRENT_LOCALE`, defaults to `en-US`, uses [IETF BCP 47 language tag](https://en.wikipedia.org/wiki/IETF_language_tag) (also see [RFC 4647 "Matching of Language Tags"](https://www.rfc-editor.org/rfc/rfc4647) and...

Silence `LongTypeAdapter` logs, it doesn't really provide anything useful and it spams the log every time it pulls from the QBT API, switched it to debug logging caused by: 1ef229a7240f4e75fc99e2f0bb3518173411161d

In browser this is the error it throws: ![image](https://user-images.githubusercontent.com/37461591/224155788-e7ae9e4e-7ca8-485a-9b69-1db7bc5bf972.png) An error occurred. For input string: "10,50" I read the issues and one is very close to this one, but I'm...

bug

I have qBittorrent running on a cloud seedbox that's secured with a http auth I cannot disable. So the qbittorrent-exporter docker container keeps complaining about a 401 error. The seedbox...

In the logs it seems to be scraping fine however it is taking more then 10s usually. However it seems to be kinda hit and miss if any data gets...