Skip to content

Commit

Permalink
removed deprecated metric from chart, updated screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
algchoo committed Jul 25, 2023
1 parent 92d2192 commit e4a9ed1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
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.

0 comments on commit e4a9ed1

Please sign in to comment.