Skip to content

Commit

Permalink
ci: Run make and regen
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Nov 7, 2023
1 parent 055a0c3 commit 4090769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards_out/argo-cd-notifications-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"type": "prometheus",
"uid": "$datasource"
},
"expr": "sum(\n round(\n increase(\n argocd_notifications_deliveries_total{\n namespace=~'$namespace',\njob=~'$job',\n\n exported_service=~\"$exported_service|\",\n }[$__rate_interval]\n )\n )\n) by (job, exported_service, succeeded)\n",
"expr": "sum(\n round(\n increase(\n argocd_notifications_deliveries_total{\n namespace=~'$namespace',\njob=~'$job',\n\n exported_service=~\"$exported_service\",\n }[$__rate_interval]\n )\n )\n) by (job, exported_service, succeeded)\n",
"legendFormat": "{{ exported_service }} - Succeeded: {{ succeeded }}"
}
],
Expand Down

0 comments on commit 4090769

Please sign in to comment.