We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting a bug report.
0.9.0
v14.4.0
Ran the grpc-js example located here.
The example should run.
An error is thrown because module grpc could not be found.
grpc
The compiled proto files require 'grpc' which wont work because the example uses grpc-js. You can see the import here:
grpc-js
opentelemetry-js/examples/grpc-js/helloworld_grpc_pb.js
Lines 19 to 22 in ab62a4d
Alternatively, instead of working with compiled protocol buffers, it would also work to use the proto-loader.
The text was updated successfully, but these errors were encountered:
I can fix this if someone can assign me to it
Sorry, something went wrong.
reggiemcdonald
Successfully merging a pull request may close this issue.
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?
v14.4.0
What did you do?
Ran the grpc-js example located here.
What did you expect to see?
The example should run.
What did you see instead?
An error is thrown because module
grpc
could not be found.Additional context
The compiled proto files require 'grpc' which wont work because the example uses
grpc-js
. You can see the import here:opentelemetry-js/examples/grpc-js/helloworld_grpc_pb.js
Lines 19 to 22 in ab62a4d
The grpc team has realeased a tool to fix this issue called grpc-tools. So this problem could be resolved by recompiling the proto files with that.
Alternatively, instead of working with compiled protocol buffers, it would also work to use the proto-loader.
The text was updated successfully, but these errors were encountered: