mher / flower

Real-time monitor and web admin for Celery distributed task queue

Home Page:https://flower.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing documentation on Metrics

kaizendae opened this issue · comments

The following metrics of flower do show on prometheus but aren't documented, I do not know what they represent.

flower_task_runtime_seconds_sum
flower_task_runtime_seconds_count

this expression rate(flower_task_runtime_seconds_sum[5m]) / rate(flower_task_runtime_seconds_count[5m]) is used on example dashboard in this repo but not documentation is provided.

commented

@kaizendae The _sum and _count suffixes are integral part of the Histogram type, which is used for the flower_task_runtime_seconds metric:
https://prometheus.io/docs/concepts/metric_types/#histogram