-
Notifications
You must be signed in to change notification settings - Fork 643
feat: restify instrumentation #416
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
Merged
vmarchaud
merged 31 commits into
open-telemetry:main
from
rauno56:feat/restify-instrumentation
Apr 16, 2021
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
0149bcf
feat: initial implementation of restify instrumentation
rauno56 96f73e6
feat: create spans instead of altering parent spans
rauno56 4f920f5
feat: clean examples up
rauno56 92af233
feat: make exporter configurable like other examples
rauno56 3c37d7f
feat: implement disabling restify instrumentation
rauno56 32b8931
test: be more verbose in tests and check all spans
rauno56 ee64e4d
fix: remove the handlers from req, those events seem not to be fired
rauno56 b6c8318
refactor: export the instrumentation as default
rauno56 a46adb7
fix: thrown errors are generally not caught in restify
rauno56 5d67867
feat: enable the instrumentation for all versions after 4.0.0
rauno56 c4657df
docs: update docs and metadata in package.json and README.md files
rauno56 cbbdea0
style: fix linting errors
rauno56 c760527
style: make _moduleVersion optional
rauno56 4ca8036
feat: use more descriptive span name
rauno56 e9ab22e
feat: rename HTTP span
rauno56 0dc22aa
feat: remove creating additional span on the client side
rauno56 6c380a2
docs: remove TODO
rauno56 3b8072b
feat: update version
rauno56 fa55dab
test: test more verbose API
rauno56 ac8d41b
fix: update version
rauno56 520d54e
fix: update the example in README
rauno56 b5be54c
fix: reference @opentelemetry/instrumentation-http correctly
rauno56 14772ba
feat: remove lodash.once
rauno56 c8914d1
style: rename constants to be more verbose
rauno56 88f6052
feat: handle cases with promises
rauno56 df87efd
feat: support async and promise-returning handlers
rauno56 4b58434
style: use RestifyInstrumentation as the import name
rauno56 c4dee5c
feat: let the example be broken until the publish for consistency
rauno56 f8bcb5c
fix: remove lodash.once types
rauno56 fd906b1
Merge branch 'main' into feat/restify-instrumentation
vmarchaud f4f4b08
Merge branch 'main' into feat/restify-instrumentation
rauno56 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: update docs and metadata in package.json and README.md files
- Loading branch information
commit c4657df111a6408b2771aab6c369eea49092fba8
There are no files selected for viewing
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
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
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
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
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.
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.
Nit: 0.15.0 in core we have 0.18.x
Uh oh!
There was an error while loading. Please reload this page.
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.
Version in examples are not kept in sync in this repo, i think it would be better to do it with lerna instead
EDit: #428