Skip to content

Commit

Permalink
Add timezone to internet speed measurement records
Browse files Browse the repository at this point in the history
This fixes the gap in grafana charts.
  • Loading branch information
rafamanzo committed Mar 14, 2021
1 parent 1716f42 commit 23ad20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The version numbers try to follow the standards set by http://semver.org

## Unreleased

* Add timezone to internet speed measurement records
* Measure internet speed every 6 hours in BURN-E
* Add error handling to internet speed monitor script on BURN-E
* Update InterSUS ssh information
Expand Down
2 changes: 1 addition & 1 deletion burn-e/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
owner: internet_speed_monitor
columns:
- id bigserial primary key
- measured_at timestamp without time zone
- measured_at timestamp with time zone
- down_speed double precision
- up_speed double precision
become_user: postgres
Expand Down

0 comments on commit 23ad20f

Please sign in to comment.