Skip to content

Commit

Permalink
chore(crypto): set correct name for the vault's response serializatio…
Browse files Browse the repository at this point in the history
…n metric
  • Loading branch information
altkdf committed Oct 30, 2023
1 parent 7740aad commit f47bf34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ impl SerializationObserver<Response<TarpcCspVaultResponse>> for CspVaultObserver
);
self.metrics.observe_vault_message_serialization(
ServiceType::Server,
MessageType::Request,
MessageType::Response,
domain,
method_name,
number_of_bytes,
Expand Down

0 comments on commit f47bf34

Please sign in to comment.