2023-03-10 22:26:15 +03:00
|
|
|
# Make a get request to get the stats in an aggregated fashion
|
|
|
|
|
|
|
|
# I dont think we need a user id ...
|
|
|
|
|
|
|
|
|
|
|
|
curl -X GET \
|
2023-03-14 18:32:19 +03:00
|
|
|
"http://localhost:8544/user/stats/aggregate?query_start=1678780033&query_window_seconds=1000"
|
2023-03-14 22:08:16 +03:00
|
|
|
|
|
|
|
#curl -X GET \
|
|
|
|
#"http://localhost:8544/user/stats/detailed?query_start=1678780033&query_window_seconds=1000"
|