[I6] Add distributed tracing via OpenTelemetry TraceInterceptor#814
Open
portableDD wants to merge 3 commits into
Open
[I6] Add distributed tracing via OpenTelemetry TraceInterceptor#814portableDD wants to merge 3 commits into
portableDD wants to merge 3 commits into
Conversation
Contributor
|
❌ CI is failing on this one. Could you take a look at the failing checks and push a fix? Once it's green I'll merge. 🙏 |
Contributor
|
❌ CI is still red on this one (same failing stage as before). Could you take a look and push a fix? Once it's green I'll merge. 🙏 |
- fix: use NodeTracerProvider instead of NodeSDK (not in deps) - fix: use resourceFromAttributes instead of new Resource() - fix: use HttpInstrumentation instead of getNodeAutoInstrumentations - fix: use latest ATTR_SERVICE_NAME/ATTR_SERVICE_VERSION constants - fix: pass BatchSpanProcessor via spanProcessors constructor option
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #808
Implemented from fork portableDD/PropChain-BackEnd