homeylab / tdarr-exporter

MIT License
6 stars 0 forks source link

Incorrect workers showing in Dashboard Panels #18

Closed pchang388 closed 9 months ago

pchang388 commented 9 months ago

Problem Current dashboard provided in examples/ has healthcheck worker tasks showing up in classic plugin tasks panel.

In addition there are no details on the example/provided dashboard panels for worker_type (transcode cpu/gpu and healthcheck cpu/gpu) specifically.

pchang388 commented 9 months ago

Solution

  1. Add filter for worker_type in panels.
  2. Unhide worker_type field in worker task panels. Info is already there just need to unhide.

Then update dashboard.json in examples in github repo.