[Proposal] Add contrib tracer for rs/zerolog #4333
takanuva15
started this conversation in
Feature Request
Replies: 2 comments
|
@takanuva15 Please open the PR. We'll be glad to review it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Package Name
rs/zerolog
Package Version(s)
v1.34.0
Describe the feature you'd like
I would like to add a DDContextLogHook for instrumenting the rs/zerolog library's logger similar to the existing logrus hook in this repo: https://github.com/DataDog/dd-trace-go/blob/main/contrib/sirupsen/logrus/logrus.go
The contribution guide says I need to raise an issue first, so I am raising this to get approval to make a PR for adding the new hook
Is your feature request related to a problem?
No
Describe alternatives you've considered
N/A
Additional context
Preliminary implementation to refine is here: rs/zerolog#290
All reactions