You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: database/schema.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,3 +258,15 @@ aid benchmark error
258
258
---------- --- -----
259
259
1 syn-1.0.89 Failed to compile...
260
260
```
261
+
262
+
### collector_config
263
+
264
+
Information about the collector; it's target architecture, when it was added, whether it is active and when it last had activity denoted by `last_heartbeat_at`.
265
+
266
+
```
267
+
sqlite> SELECT * FROM collector_config;
268
+
269
+
id target date_added last_heartbeat_at benchmark_set is_active
0 commit comments