Skip to content

Commit b5a36f3

Browse files
Improve deserialization docs (#2766) (#2767)
Co-authored-by: Josh Mock <[email protected]>
1 parent a31920b commit b5a36f3

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)