Skip to content
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

Support custom layers and subscribers #4

Open
erichulburd opened this issue Oct 13, 2023 · 0 comments
Open

Support custom layers and subscribers #4

erichulburd opened this issue Oct 13, 2023 · 0 comments

Comments

@erichulburd
Copy link
Collaborator

#3 introduced tracing-subscriber. We should now enable upstream libraries add their own layers subscribers. This will involve:

  • Supporting the ability of upstream libraries to add functions and classes to the tracing_subscriber PyModule that return PyConfig (both for subscriber and layers). This in turn will require making the underlying traits public.
  • Adding a CustomError type that can be returned for the Config trait implementations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant