danihodovic / celery-exporter

A Prometheus exporter for Celery metrics
MIT License
431 stars 94 forks source link

Update dashboards on Grafana library #330

Closed cjaca closed 3 weeks ago

cjaca commented 3 weeks ago

Hi @danihodovic, @adinhodovic

Could you please update the Grafana library with the latest versions of the following dashboards?

  1. Celery Tasks Overview with https://github.com/danihodovic/celery-exporter/blob/master/celery-mixin/dashboards_out/celery-tasks-overview.json
  2. Celery Tasks by Task with https://github.com/danihodovic/celery-exporter/blob/master/celery-mixin/dashboards_out/celery-tasks-by-task.json

The current versions are no longer supported due to the lack of Angular support in the new Grafana version.

I believe this update is essential, as it could attract more contributors to the project (including myself! 😊).

danihodovic commented 3 weeks ago

I would like to do this, but I don't think the dashboards are good enough for my own use case. I'm working on revamping them after not having touched them for over a year.

In the meantime you can generate them yourself: https://github.com/danihodovic/celery-exporter/tree/master/celery-mixin#generate-config-files

adinhodovic commented 3 weeks ago

These two run the latest grafonnet version:

There are also the newest set of generated dashboards at https://github.com/danihodovic/celery-exporter/tree/master/celery-mixin/dashboards_out

cjaca commented 3 weeks ago

Thanks @adinhodovic ! I will also try generating dedicated ones with jsonnet.