[bitnami/*] docs: 📝 Add "Prometheus metrics" (batch 1) (#30660)

* [bitnami/*] docs: 📝 Add "Prometheus metrics" (batch 1)

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* Change header

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* docs: ✏️ Remove grammar mistake

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* docs: 📝 Apply requested changes

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

---------

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
This commit is contained in:
Javier J. Salmerón García
2024-11-28 16:38:28 +01:00
committed by GitHub
parent 82fc7e2fc1
commit 7409ca4c21
13 changed files with 218 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ To make this process easier, the chart contains the `resourcesPreset` values, wh
### Prometheus metrics
This chart can be integrated with Prometheus by setting `metrics.enabled` true. This will configure Airflow components to send StatsD metrics to the [StatsD exporter](https://github.com/prometheus/statsd_exporter) that transforms them into Prometheus metrics. The StatsD exporter is deployed as a standalone deployment and service in the same namespace as the Airflow deployment.
This chart can be integrated with Prometheus by setting `metrics.enabled` to `true`. This will configure Airflow components to send StatsD metrics to the [StatsD exporter](https://github.com/prometheus/statsd_exporter) that transforms them into Prometheus metrics. The StatsD exporter is deployed as a standalone deployment and service in the same namespace as the Airflow deployment.
#### Prometheus requirements