feat(api-server): add container loadtest observability
This commit is contained in:
@@ -74,7 +74,7 @@ impl SpacetimeClient {
|
||||
pub async fn list_big_fish_gallery(
|
||||
&self,
|
||||
) -> Result<Vec<BigFishWorkSummaryRecord>, SpacetimeClientError> {
|
||||
self.read_after_connect(move |connection| {
|
||||
self.read_after_connect("list_big_fish_gallery", move |connection| {
|
||||
let recent_play_counts = public_work_recent_play_counts(connection, "big-fish");
|
||||
let mut items = connection
|
||||
.db()
|
||||
|
||||
Reference in New Issue
Block a user