-
### Name and Version
bitnami/airflow
### What steps will reproduce the bug?
```
helm install airflow -f .\airflow.yml bitnami/airflow
```
### Are you using any custom parameters or values?
…
ghost updated
2 years ago
-
We should be able to "plug-in" the open-telemetry integration in Airflow. This should be possible to be done on several layers:
1) we should be able to integrate different exporters by just enablin…
-
# Details
- [x] Add Python dependency to Airflow image: `pip install 'apache-airflow[statsd]'` ✅ https://github.com/USACE/airflow-config/commit/d2bb7b2e8633049fc6c4dbe4d63fae4ae62be634
- [x] Add e…
-
is blocked by #17
DOD:
Show in Grafana, that we have metrics about airflow related system processes
-
### Apache Airflow version
2.2.2
### What happened
When Airflow reports timing stats it uses either a `timedelta` or a direct value. When using `timedelta` it is converted automatically to the corr…
-
Includes:
* adding airflow configuration
* starting airlfow and gathering metrics
* integration with monitoring software (Jaager)
-
`pipenv lock` is still taking up to 30 minutes to complete for my medium-sized project.
While #4403 was closed as fixed and indeed no full tree copies are made any more, `pipenv lock` is still unwo…
-
(Note: this only applies for Docker-based exporters like AWS, and Airflow)
Currently, when generating the Docker image to run tasks, users need to list the dependencies they want to include. For ex…
-
### Apache Airflow version
2.1.0
### What happened
We are running the Airflow via docker-compose, connecting to a MySQL host. It hs Statd Exporter config in it but we can not see ny airflow m…
-
Inject Script into Airflow Worker Container or access Airflow Worker Processes from different Container?