Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update updates.json #632

Merged
merged 2 commits into from
Apr 23, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
Update updates.json
Corrected space
Dulanic authored Apr 23, 2020
commit 5b043b99fa3a6256d9f8e9eb2bb412ff4a073bc3
2 changes: 1 addition & 1 deletion grafana/dashboards/updates.json
Original file line number Diff line number Diff line change
@@ -144,7 +144,7 @@
"group": [],
"metricColumn": "none",
"rawQuery": true,
"rawSql": "select start_date, end_date, date_trunc('second',end_date-start_date) as update_duration, date_trunc('second',start_date-lag(start_date) over ( order by start_date)) as since_last_update , version from updates where $__timeFilter(start_date) and car_id = $car_id; ",
"rawSql": "select start_date, end_date, date_trunc('second',end_date-start_date) as update_duration, date_trunc('second',start_date-lag(start_date) over ( order by start_date)) as since_last_update , version from updates where $__timeFilter(start_date) and car_id = $car_id; ",
"refId": "A",
"select": [
[