MindHunter86 / aniliSeeder

MIT License
0 stars 0 forks source link

add stat collection to graphite #61

Open MindHunter86 opened 1 year ago

MindHunter86 commented 1 year ago

don't forget about https://github.com/anilibria/docs/blob/master/api_v2.md#-getseedstats

MindHunter86 commented 1 year ago

added temporary telegraf metrics for anilibria top50 users by upload + user MindHunter86

[[inputs.httpjson]]
  name = "anilibria_stats"
  servers = [
    "http://api.anilibria.tv/v2/getSeedStats?users=mindhunter86"
  ]
  tag_keys = [ "user" ]
  response_timeout = "5s"
  method = "GET"
  interval = "60s"

[[inputs.httpjson]]
  name = "anilibria_stats"
  servers = [
    "http://api.anilibria.tv/v2/getSeedStats?sort_by=uploaded"
  ]
  tag_keys = [ "user" ]
  response_timeout = "5s"
  method = "GET"
  interval = "60s"