Commit Graph

105 Commits

Author SHA1 Message Date
1e43de689f Optimize number of round-trip HTTP connections made by the client by having the submit handler return metadata about whether there are pending dump/deletion requests
For now, I'm still keeping the dedicated endpoints for those functionalities, but since most of the time there are no dump/deletion requests this should cut down the number of requests made by the client by 2/3.
2023-09-21 11:35:24 -07:00
f64362fbba Fix metrics tag format so handler tags are properly exported to datadog 2023-09-17 22:46:31 -07:00
1ab61f1d7d Fix missing err != nil branch 2023-09-17 13:07:38 -07:00
d94e1bfa22 Fix imports after moving backend/server code in 772aaf2453 2023-09-17 12:53:55 -07:00
772aaf2453 Move internal/ directory into backend/server since it is all server-specific internals 2023-09-17 12:51:21 -07:00