opentelemetry-python
opentelemetry-python copied to clipboard
Add __repr__ to all classes
Motivated by #3632 where there is a feature that shows the code that would instantiate the same objects that the configuration prototype would instantiate. For that to work we need a proper __repr__
method in all classes.