You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/19 11:55:21 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #11631: Show Celery stats in webui

mik-laj commented on a change in pull request #11631:
URL: https://github.com/apache/airflow/pull/11631#discussion_r507686340



##########
File path: airflow/www/extensions/init_views.py
##########
@@ -58,6 +58,7 @@ def init_appbuilder_views(app):
     appbuilder.add_view(views.PoolModelView, "Pools", category="Admin")
     appbuilder.add_view(views.VariableModelView, "Variables", category="Admin")
     appbuilder.add_view(views.XComModelView, "XComs", category="Admin")
+    appbuilder.add_view(views.StatsView, "Stats", category="Admin")

Review comment:
       It would be great if we could also get information from Kubernetes. We can do it separately, but the method's interface should be generic enough to be useful for KubernetesExecutor as well.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org