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
fix: add start and end timestamp to counts api response (#1109)
new structure of records in response json to /counts api
```
{
"counts_start_timestamp": "2025-01-16T17:34:00+00:00",
"counts_end_timestamp": "2025-01-16T17:47:00+00:00",
"log_count": 4203450
}
```
0 commit comments