Leighton Chen
Leighton Chen
@srikanthccv Curious if we are formalizing going down the route of utilizing [handlers](https://docs.python.org/3/library/logging.handlers.html) in supporting telemetry collection of different Python logging libraries. For example, Java is utilizing [instrumentations](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/log4j/log4j-appender-2.17) for logging...
@Samyak2 It would be great if you could open a pr for this. We probably do not want this as part of the sdk. Can you open up a pr...
@carolinecgilbert Are you still working this? If so, would you be able to open up a pr?
@giulioindev There's an open pr: https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2492
> > I tried to align with the other examples, which all have requirements.txt files. I don't have a preference for either, so I am happy to change it to...
@ocelotl > I suggest we keep the requirements.txt file, just remove the pinned versions. We don't requirements.txt file for the examples. Do we really want to start adding them for...
@pirgeo Oh apologies, was referring to the other folders. If every other example in metrics has requirements.txt i don't mind adding this.
@pirgeo Needs another rebase. Might want to change the permissions of the pr to allow maintainer edits so we can rebase for you next time :)
@oldium A couple of questions as I seem to be confused about the issue and the proposed solution. 1. Can you provide sample code in the description to show a...
@the-chandru Oops sorry did not see your comment, I've submitted a draft PR already so hopefully you didn't get too deep into it.