epoch8 / airflow-exporter

Airflow plugin to export dag and task based metrics to Prometheus.
Other
240 stars 75 forks source link

Airflow 1.10 with rbac enabled doesn't show up this plugin in UI's menu #22

Closed c4milo closed 5 years ago

c4milo commented 5 years ago

A patch for Airflow's plugin manager was done in https://github.com/apache/incubator-airflow/pull/4036. I believe the plugin needs add another class extending from AppBuilderBaseView.

elephantum commented 5 years ago

@c4milo thanks for reporting, we'll take a look into it

phanindhra876 commented 5 years ago

@c4milo #28 addresses this issue. Unfortunately for this to work, we have to wait till airflow releases plugin support when rbac enabled. This future currently available with dev version of airflow.

elephantum commented 5 years ago

Fixed in v0.5

rushtokunal commented 5 years ago

@elephantum I tried the plugin with version 2.0 (master) branch of Airflow and it doest work. Do we still have to use the /admin/metrics after the link of the UI? I have RBAC enabled