文件名称:airflow-prometheus-exporter:普罗米修斯气流出口商
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-26 04:38:38
Python
气流普罗米修斯出口商
Airflow Prometheus Exporter公开了有关Scheduler,DAG和Tasks的各种指标,这些指标有助于改善Airflow集群的可观察性。
导出器基于此。
要求
该插件已经过测试:
气流> = 1.10.4
Python 3.6+
调度程序指标假定存在一个名为canary_dag的DAG。 在我们的设置中, canary_dag是DAG,它具有执行非常简单的操作(如建立数据库连接)的任务。 此DAG用于测试气流调度程序本身的正常运行时间。
安装
可以使用以下方法将导出器安装为气流插件:
pip install airflow-prometheus-exporter
理想情况下,应将其安装在Airflow virtualenv中。
指标
指标将在以下位置提供
http://
【文件预览】:
airflow-prometheus-exporter-master
----setup.py(1KB)
----.gitignore(234B)
----.dockerignore(302B)
----.travis.yml(167B)
----MANIFEST.in(215B)
----runtests(1KB)
----LICENSE(2KB)
----setup.cfg(307B)
----README.md(3KB)
----airflow_prometheus_exporter()
--------xcom_config.py(437B)
--------__init__.py(204B)
--------prometheus_exporter.py(16KB)
--------config.yaml(59B)
----tox.ini(207B)
----docker()
--------airflow.sh(30B)
--------Dockerfile(701B)