Skip to content

Commit fac687d

Browse files
authored
Improve deserialization docs (#2766)
1 parent eeb0d94 commit fac687d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/observability.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ client.diagnostic.on('request', (err, result) => {
9797
----
9898

9999
|`deserialization`
100-
a|Emitted before starting deserialization and decompression. If you want to measure this phase duration, you should measure the time elapsed between this event and `response`. _(This event might not be emitted in certain situations)_.
100+
a|Emitted before starting deserialization and decompression. If you want to measure this phase duration, you should measure the time elapsed between this event and `response`. This event might not be emitted in certain situations, like: when `asStream` is set to true; a response is terminated early due to content length being too large; or a response is terminated early by an `AbortController`.
101101
[source,js]
102102
----
103103
client.diagnostic.on('deserialization', (err, result) => {

0 commit comments

Comments
 (0)