You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KulykDmytro
changed the title
Flower not honor FLOWER_TASK_RUNTIME_METRIC_BUCKETS env parameter
Flower do not honor FLOWER_TASK_RUNTIME_METRIC_BUCKETS env parameter
May 5, 2022
If you can see the environment properly set in the flower container, there is no reason why it should not work - please double-check (exec into your container and check if it is set). If it is set, check if this is supported in the flower version that is installed (it's possible this configuration does not work for particular version of flower used).
If it still does not work - I suggest to open an issue with flower. Flower is really executed "as is" by us and we do not look at it nor solve any problems that come with the flower itself - Flower for us is just an external component that we added for convenience, but any problems with it should be handled with flower directlyl
Apache Airflow version
2.2.5
What happened
Setting
FLOWER_TASK_RUNTIME_METRIC_BUCKETS
inflowers
container's env variable via extraEnv in chart not causing to change metric's bucketingoutputs over flower's
/metrics
What you think should happen instead
Based on flower documentation flower metric's histogram buckets can be set over env variable
FLOWER_TASK_RUNTIME_METRIC_BUCKETS
How to reproduce
use official chart
set
FLOWER_TASK_RUNTIME_METRIC_BUCKETS
value overextraEnv
get data from
/metrics
endpoint offlower
containerOperating System
5.4.181-99.354.amzn2.x86_64 #1 SMP Wed Mar 2 18:50:46 UTC 2022 x86_64 GNU/Linux
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
Amazon EKS
Anything else
FLOWER_PURGE_OFFLINE_WORKERS
setting takes it's effect insteadAre you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: