-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(node): Add tedious
integration
#13486
feat(node): Add tedious
integration
#13486
Conversation
Implement otel tedious instrumentation. Add e2e test in 'node-integration-tests'. Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
Add docker-compose file for setting up mssql. Update test assertions to check for semantic attributes and origin. Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
- '1433:1433' | ||
environment: | ||
ACCEPT_EULA: 'Y' | ||
MSSQL_SA_PASSWORD: 'TESTing123' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Password must pass this criteria.
Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
Downgrade 'tedious' to '15.1.3' to support node 14, 16, and 18. Bump '@opentelemetry/instrumentation-tedious' to '0.13.0'. Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
tedious
integration
The check Node (22) (TS 3.8) Integration Tests is a consistent fail - observed in previous commits as well. This is b/c:
We could bump |
I recommend we add support for a newer version that may not be supporting as many older node versions! |
Noted! I'll look into it then. |
Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
Bumped to |
Hey @Zen-cronic, apologies for the delay in reviewing this! I'd like to help push this forward so I'm going to push some commits to this branch to resolve conflicts and get it up to date. |
awesome! |
This PR adds the external contributor to the CHANGELOG.md file, so that they are credited for their contribution. See #13486
Resolves #13316
Implement Tedious OTL instrumentation in
packages/node
.yarn lint
) & (yarn test
).