Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions dashboards/apache-airflow/apache-airflow-prometheus.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
"height": 3,
"widget": {
"title": "Tasks: Starving, Running, Executable",
"title": "Tasks: Starving, Executable",
"xyChart": {
"chartOptions": {
"mode": "COLOR"
Expand All @@ -44,13 +44,6 @@
"timeSeriesQuery": {
"prometheusQuery": "airflow_scheduler_tasks_executable{${Cluster},${Location},${Namespace}}"
}
},
{
"plotType": "LINE",
"targetAxis": "Y1",
"timeSeriesQuery": {
"prometheusQuery": "airflow_scheduler_tasks_running{${Cluster},${Location},${Namespace}}"
}
}
],
"timeshiftDuration": "0s",
Expand Down
Binary file modified dashboards/apache-airflow/apache-airflow-prometheus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions integrations/airflow/prometheus_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ platforms:
launch_stage: GA
detections:
- characteristic_metric:
metric_type: prometheus.googleapis.com/airflow_scheduler_tasks_running/gauge
metric_type: prometheus.googleapis.com/airflow_scheduler_heartbeat/gauge
exporter_metadata:
name: Airflow Prometheus Exporter
doc_url: https://airflow.apache.org/docs/apache-airflow/stable/logging-monitoring/metrics.html
minimum_supported_version: "2.3.0"
default_metrics:
- name: prometheus.googleapis.com/airflow_scheduler_tasks_running/gauge
prometheus_name: airflow_scheduler_tasks_running
kind: GAUGE
value_type: DOUBLE
- name: prometheus.googleapis.com/airflow_scheduler_tasks_starving/gauge
prometheus_name: airflow_scheduler_tasks_starving
kind: GAUGE
Expand Down