You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
I'd thought MessageEvent (MessageEventType.RECEIVED) is added at the start of a span. But current implementation of http and http2 instruments add the MessageEvent at the end of a span.
I feel it is curious behavior because the whole request has already received when request event is emitted.
Is this intended behavior?
OpenCensus version: 0.0.16
Node.js version: v11.11.0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd thought MessageEvent (
MessageEventType.RECEIVED
) is added at the start of a span. But current implementation of http and http2 instruments add the MessageEvent at the end of a span.I feel it is curious behavior because the whole request has already received when
request
event is emitted.Is this intended behavior?
The text was updated successfully, but these errors were encountered: