Skip to content

Commit

Permalink
Change total email sent to time series dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
kurlov committed Jul 19, 2024
1 parent 1313f4d commit 8f9858d
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 30 deletions.
59 changes: 44 additions & 15 deletions resources/grafana/generated/dashboards/rhacs-emailsender.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 44 additions & 15 deletions resources/grafana/sources/rhacs-emailsender.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,39 @@
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
Expand Down Expand Up @@ -210,19 +242,16 @@
},
"id": 147,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": ["lastNotNull"],
"fields": "",
"values": false
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "11.1.0",
"targets": [
Expand All @@ -239,8 +268,8 @@
"refId": "A"
}
],
"title": "Total emails sent",
"type": "stat"
"title": "Total emails sent by tenant",
"type": "timeseries"
},
{
"datasource": {
Expand Down

0 comments on commit 8f9858d

Please sign in to comment.