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
There is not a lot of information here to try to reproduce this bug. That time code is called all the time, rarely changes, and is very well tested so I wouldn't expect it to be broken.
@dyladan are their any guides for implementing open-telemetry in an istio environment? im thinking we have an integration issue since istio is creating and forwarding x-b3 headers which open telemetry is not expecting.
Please answer these questions before submitting a bug report.
What version of OpenTelemetry are you using?
0.9.0
What version of Node are you using?
12.8.3
What did you do?
If possible, provide a recipe for reproducing the error.
What did you expect to see?
What did you see instead?
/home/node/app/node_modules/@opentelemetry/core/build/src/common/time.js:94
let seconds = endTime[0] - startTime[0];
^
TypeError: Cannot read property '0' of undefined
at hrTimeDuration (/home/node/app/node_modules/@opentelemetry/core/build/src/common/time.js:94:41)
Additional context
Add any other context about the problem here.
ibm cloud managed istio 1.6.8, ibm kube cluster 1.17
The text was updated successfully, but these errors were encountered: