Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node.js istio - Cannot read property '0' of undefined #1442

Closed
ceastman-ibm opened this issue Aug 18, 2020 · 2 comments
Closed

node.js istio - Cannot read property '0' of undefined #1442

ceastman-ibm opened this issue Aug 18, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ceastman-ibm
Copy link

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

@ceastman-ibm ceastman-ibm added the bug Something isn't working label Aug 18, 2020
@dyladan
Copy link
Member

dyladan commented Aug 18, 2020

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.

@ceastman-ibm
Copy link
Author

@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.

@dyladan dyladan self-assigned this Sep 2, 2020
@dyladan dyladan closed this as completed Aug 3, 2022
pichlermarc pushed a commit to dynatrace-oss-contrib/opentelemetry-js that referenced this issue Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants