-
Notifications
You must be signed in to change notification settings - Fork 37
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!: add metrics hook #448
Conversation
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.
Looks good after the linting issues are resolved and the readme has been updated.
The implementation looks good. Waiting for other dependencies to be resolved |
85f4ba0
to
bd6596d
Compare
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.
LGTM
* add metrics hook * rename open-telemetry hook to traces hook Signed-off-by: Todd Baert <[email protected]>
We should also merge this first, to provide a deprecation warning for the old package/hook.
Fixes: #447