- [x] Reqord schema data models with recent v2 change
- [x] document schema and examples
- [x] UTC vs Local timestamps
- [x] Schema validation: https://github.com/asaskevich/govalidator
- [x] Add Exec id and timestamp to script records
- [x] runtime
- [x] server
- [x] document
- [x] Add
host_user
to script telemetry
- [x] runtime
- [x] server
- [x] document
- [x] engine type
- [x] Add
healthcheck/
or status/
\
- [x] Add status light and server info to the Setting > Telemetry
{
"status": "pass",
"version": "0.17",
"output": "",
"serviceid": "efcf68fc-7996-4213-a06f-d5d78b7f53c0",
"checks": {
"postgres": {
"status": "pass",
"version": "PostgreSQL 10.9, compiled by Visual C++ build 1800, 64-bit",
"output": ""
}
}
}