forked from open-telemetry/opentelemetry-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(instrumentation): add util to execute span customization hook in…
… base class (open-telemetry#4663) * feat(instrumentation): hoist span event hook execution to base class * test: add test for new hook runner * chore: changelog * fix: use event name from arguments * fix: remove unused import * fix: make diag message structual * make the private function start with underscore * chore: rename insetrumentation event to span customization hook * chore: update changelog * chore: lint fix * Update experimental/packages/opentelemetry-instrumentation/src/instrumentation.ts Co-authored-by: Marc Pichler <[email protected]> * chore: move CHANGELOG to experimental * fix: changelog --------- Co-authored-by: Marc Pichler <[email protected]>
- Loading branch information
Showing
5 changed files
with
87 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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