Skip to content

Commit

Permalink
Update home dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq committed Feb 26, 2024
1 parent 58697d4 commit 6fb2866
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions provisioning/dashboards/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 2,
"id": 3,
"links": [],
"liveNow": false,
"panels": [
Expand Down Expand Up @@ -1790,13 +1790,25 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "increase(n_app_starts{}[120s]) / 2",
"legendFormat": "# App Starts per 60s",
"expr": "current_bucket_start_counts",
"legendFormat": "# App Starts (live)",
"range": true,
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "past_buckets_avg",
"hide": false,
"legendFormat": "# App Starts (past three weeks)",
"range": true,
"refId": "B"
}
],
"title": "# App Starts per 60s",
"title": "# App Starts (past three weeks)",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -2237,6 +2249,6 @@
"timezone": "",
"title": "Priobike",
"uid": "sdmbOcJnz",
"version": 19,
"version": 3,
"weekStart": ""
}

0 comments on commit 6fb2866

Please sign in to comment.