feat(api-server): add container loadtest observability
This commit is contained in:
@@ -5,7 +5,7 @@ impl SpacetimeClient {
|
||||
&self,
|
||||
) -> Result<CreationEntryConfigRecord, SpacetimeClientError> {
|
||||
match self
|
||||
.read_after_connect(move |connection| {
|
||||
.read_after_connect("get_creation_entry_config", move |connection| {
|
||||
let config_id = module_runtime::CREATION_ENTRY_CONFIG_GLOBAL_ID.to_string();
|
||||
let header = connection
|
||||
.db()
|
||||
|
||||
Reference in New Issue
Block a user