-
Notifications
You must be signed in to change notification settings - Fork 851
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
opentelemetry/proto/collector/trace/v1/trace_service.proto File not Found #3632
Comments
@MSNev I'm not a rollup expert is there some missing config? |
What version are you upgrading from ? The grpc trace exporter was updated in v0.3.5 (v1.9.0) to support web and it added
There does appear to be a version mismatch |
Using node 16 |
Yes but so far that's only done in the protobuf/http exporter not the gRPC exporter. |
Are you running in a browser? or are you using rollup for a node deployment? this exporter is not supported in browser and if you're using rollup you may not be including the .proto files. I'm not a rollup expert but the files are loaded at runtime not compile time so they still need to be available. |
Using them for node deployments. |
I'm changing this to |
What happened?
Steps to Reproduce
Use Rollup to build the project
Expected Result
Runs as expected
Actual Result
opentelemetry/proto/collector/trace/v1/trace_service.proto File not found.
Additional Details
OpenTelemetry Setup Code
package.json
Relevant log output
The text was updated successfully, but these errors were encountered: