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
The protos submodule in the @opentelemetry/otlp-transformer package is outdated. Goal of this issue is to update the submodule to point to the latest release of the opentelemetry-proto repository. To do so you can follow the documentation in submodule.md.
protos
@opentelemetry/otlp-transformer
opentelemetry-proto
submodule.md
This issue is considered done when:
npm run compile && npm run test && npm run test:browser
npm run compile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The
protos
submodule in the@opentelemetry/otlp-transformer
package is outdated. Goal of this issue is to update the submodule to point to the latest release of theopentelemetry-proto
repository. To do so you can follow the documentation insubmodule.md
.This issue is considered done when:
protos
submodule in the@opentelemetry/otlp-transformer
package is updated to the latest release ofopentelemetry-proto
repositorysubmodule.md
for instructionsnpm run compile && npm run test && npm run test:browser
from the top level of the repositorynpm run compile
to be run first otherwise that static code will NOT be re-generated with the new versionsubmodule.md
, if anyThe text was updated successfully, but these errors were encountered: