Git Product home page Git Product logo

rtorrent_exporter's People

Contributors

dependabot[bot] avatar thde avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ac1dburnz

rtorrent_exporter's Issues

Use counter for total values

Hi again,

i discovered that this exporter uses the Gauge Metric Type for total values, more specific for:

  • rtorrent_uploaded_bytes
  • rtorrent_downloaded_bytes
  • rtorrents_torrents_total

However, for rtorrent_client_requests_total you are already using the counter metric type.
According to the Prometheus Docs Counter would be the much better metric type for this, because a total value can never decrease (unless a break in the monotony like a restart happens).

What do you think about this @thde ?

Add feature for current Speeds and current Up/Downloading Torrents count

Hi,

i would love to geta feature that shows the count of currently uploading/downloading torrents and also the current Down/Upload Speeds.
Are you already planning on something like this?
If i find some free time (and my go skills are sufficient) i might take a look into this as well :)

FeatureRequest: More information about the files specifically

If possible, i would like to more inform information about the downloads. I want to be able to track how much rtorrent_uploaded_bytes and rtorrent_downloaded_bytes broken down into each tracker. I want to be able to track the usage per tracker

Feature Request:Adding more metrics

Hi!

Thank you for all your hard work. I love your code! If possible it would be great if you could add more metrics. I was trying to add them but i dont know go at all.


`// New metrics based on DownloadsSource interface
	downloadsStarted    = prometheus.NewDesc(prometheus.BuildFQName(namespace, "", "downloads_started"), "Torrents started.", nil, nil)
	downloadsStopped    = prometheus.NewDesc(prometheus.BuildFQName(namespace, "", "downloads_stopped"), "Torrents stopped.", nil, nil)
	downloadsComplete   = prometheus.NewDesc(prometheus.BuildFQName(namespace, "", "downloads_complete"), "Torrents complete.", nil, nil)
	downloadsIncomplete = prometheus.NewDesc(prometheus.BuildFQName(namespace, "", "downloads_incomplete"), "Torrents incomplete.", nil, nil)
	downloadsHashing    = prometheus.NewDesc(prometheus.BuildFQName(namespace, "", "downloads_hashing"), "Torrents hashing.", nil, nil)
	downloadsSeeding    = prometheus.NewDesc(prometheus.BuildFQName(namespace, "", "downloads_seeding"), "Torrents seeding.", nil, nil)
	downloadsLeeching   = prometheus.NewDesc(prometheus.BuildFQName(namespace, "", "downloads_leeching"), "Torrents leeching.", nil, nil)
	downloadsActive     = prometheus.NewDesc(prometheus.BuildFQName(namespace, "", "downloads_active"), "Torrents active.", nil, nil)

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.