-
Notifications
You must be signed in to change notification settings - Fork 619
feat: typeorm instrumentation #2187
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
pichlermarc
merged 90 commits into
open-telemetry:main
from
seemk:typeorm-instrumentation
Apr 29, 2025
Merged
Changes from 66 commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
ad21991
add typeorm instrumentation
seemk 797bac8
update copyright notices, add readme
seemk d02ce72
Merge branch 'open-telemetry:main' into typeorm-instrumentation
seemk b8578dd
update release please manifest and component owners
seemk c1f4c0b
lint
seemk 9c55fa1
dont use qualified require
seemk 3e84891
Merge branch 'main' into typeorm-instrumentation
seemk e347e97
Merge branch 'main' into typeorm-instrumentation
seemk 50d1e7a
Merge branch 'main' into typeorm-instrumentation
seemk 83dafea
rename collectParameters to enhancedDatabaseReporting
seemk a19eb94
Merge branch 'main' into typeorm-instrumentation
seemk 75890b2
update versions
seemk 235636a
rename db.statement.parameters to db.typeorm.parameters
seemk ac619c1
fix readme formatting
seemk cdaea83
don't parse operation from raw queries
seemk b8f5099
update NOTICE
seemk ae6622e
add tav
seemk 8c2c6bb
use PACKAGE_VERSION
seemk 7fd5fd0
Merge branch 'main' into typeorm-instrumentation
seemk 7d829a3
Merge branch 'main' into typeorm-instrumentation
seemk b73847f
Merge branch 'main' into typeorm-instrumentation
seemk 06c31f3
Merge branch 'main' into typeorm-instrumentation
seemk 3a0aa2b
Merge branch 'main' into typeorm-instrumentation
seemk 6cbc833
remove binary file
seemk 168019a
Merge branch 'main' into typeorm-instrumentation
seemk dd1d9dd
Merge branch 'main' into typeorm-instrumentation
seemk 5455b5a
Merge branch 'main' into typeorm-instrumentation
seemk a6dcf16
Merge branch 'main' into typeorm-instrumentation
seemk 1726fb1
Merge branch 'main' into typeorm-instrumentation
seemk f3034fe
Merge branch 'main' into typeorm-instrumentation
seemk 4022b7f
Merge branch 'main' into typeorm-instrumentation
seemk 7ec2773
Merge branch 'main' into typeorm-instrumentation
seemk 46f86b7
Merge branch 'main' into typeorm-instrumentation
seemk 9153f23
Merge branch 'main' into typeorm-instrumentation
seemk 0a48e8b
Merge branch 'main' into typeorm-instrumentation
seemk 9269a5c
Merge branch 'main' into typeorm-instrumentation
seemk a047088
Merge branch 'main' into typeorm-instrumentation
seemk e730260
Merge branch 'main' into typeorm-instrumentation
seemk 31f9991
Merge branch 'main' into typeorm-instrumentation
seemk 1f68d89
Merge branch 'main' into typeorm-instrumentation
seemk 1eded79
Merge branch 'main' into typeorm-instrumentation
seemk 28e7a3b
update pkg lock
seemk 435e95a
Merge branch 'main' into typeorm-instrumentation
seemk 69fc20b
Merge branch 'main' into typeorm-instrumentation
seemk c31862b
Merge branch 'main' into typeorm-instrumentation
seemk 82b3f72
Merge branch 'main' into typeorm-instrumentation
seemk 3022c30
Merge branch 'main' into typeorm-instrumentation
seemk 79d6607
Merge branch 'main' into typeorm-instrumentation
seemk c7a3533
Merge branch 'main' into typeorm-instrumentation
seemk ef5b067
Merge branch 'main' into typeorm-instrumentation
seemk ad98335
Merge branch 'main' into typeorm-instrumentation
seemk 31bf0a8
Merge branch 'main' into typeorm-instrumentation
seemk 6082c2b
Merge branch 'main' into typeorm-instrumentation
seemk e839861
update deps
seemk 7a10d66
add missing dep
seemk b781c44
add knipignore
seemk c8417f2
add min version
seemk 7415ca5
skip tests on node 14
seemk 59a0304
Merge branch 'main' into typeorm-instrumentation
seemk bf8692e
update pkg lock
seemk b5a2197
use getConfig
seemk 99e40f6
Merge branch 'main' into typeorm-instrumentation
seemk dade589
Merge branch 'main' into typeorm-instrumentation
seemk 3f44ecb
updage package lock
seemk d570ab2
update semattrs
seemk 0d1eb7c
remove unused dep
seemk 39ca9e9
add weyert as component owner
seemk 8db3837
support typeorm >=0.3.0 <1
seemk 4df601a
no need for explicit nodejs 16 skip any longer
seemk bb4763f
Merge branch 'main' into typeorm-instrumentation
seemk 693972f
Update plugins/node/instrumentation-typeorm/README.md
seemk 117ccdf
Update plugins/node/instrumentation-typeorm/package.json
seemk 409e011
Update plugins/node/instrumentation-typeorm/README.md
seemk bfe00e2
Update plugins/node/instrumentation-typeorm/README.md
seemk 29fb286
update to latest db semconv
seemk a1feddf
remove use of deprecated close in tests
seemk 6420025
remove unused dep, add comment regarding future changes to NOTICE
seemk 0613b27
Merge branch 'main' into typeorm-instrumentation
seemk 4054aa1
Merge branch 'main' into typeorm-instrumentation
seemk 5d581e0
Merge branch 'main' into typeorm-instrumentation
seemk bf381d0
Merge branch 'main' into typeorm-instrumentation
seemk 645dde2
get rid of deprecated createConnection
seemk 0d88138
get rid of rawQueryOptions
seemk c3739b0
update span names to latest semconv
seemk 9bfe5a2
Merge branch 'main' into typeorm-instrumentation
seemk 53be794
Merge branch 'main' into typeorm-instrumentation
seemk 0ea6ade
add additional component owners
seemk fb34edf
Merge branch 'main' into typeorm-instrumentation
seemk c0fe8e6
update package-lock
seemk 71a25ab
ci
seemk 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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.