mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
ws: add worker index data to metrics, fix incorrect key
This commit is contained in:
parent
766c6f87ca
commit
da1ec6b5e1
3 changed files with 50 additions and 11 deletions
|
|
@ -109,6 +109,7 @@ pub fn run(config: Config) -> ::anyhow::Result<()> {
|
|||
response_mesh_builder,
|
||||
priv_dropper,
|
||||
server_start_instant,
|
||||
i,
|
||||
)
|
||||
.await
|
||||
})
|
||||
|
|
@ -145,6 +146,7 @@ pub fn run(config: Config) -> ::anyhow::Result<()> {
|
|||
request_mesh_builder,
|
||||
response_mesh_builder,
|
||||
server_start_instant,
|
||||
i,
|
||||
)
|
||||
.await
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue