I want to monitor my Airflow-Worker logs via Prometheus. Currently I am sending my Airflow-Webserver Metrics available in the official documentation - Airflow-Metrics-docs . So That statsd exporter send these metrics to prometheus to monitor.
Is there any way I can add custom rule so that my Worker logs are monitored by Prometheus as well.