Leighton Chen

Results 327 comments of Leighton Chen

@maciejmoskala Thanks for the contribution and sorry for the long wait in reviewing. In terms of integration contributions, we expect contributors to maintain this part of the codebase in the...

@maciejmoskala Are you still working on this PR?

What is the error message you are getting? How do you know mlflow is not getting imported?

@NastasiaSaby If you remove either `logger.addHandler` or `import mlflow`, the script works?

@NastasiaSaby You have two import lines now?

@busunkim96 A lot of customers are still on Python v2.7 so might need a longer discussion.

@dpgrodriguez I created a more simplified version of your first code snippet by taking out the calls to devops API. The span datas are printed fine and I can see...

Did you set the `export_interval` of the exporter? The whole execution from start to finish should take around 20 seconds.

Perhaps it's the way you are setting up `BaseInsights`? I simplified it even further. Try to see if it works for you. ``` import time from multiprocessing import Process from...

@dpgrodriguez I did some debugging and it looks like the `multiprocessing` module behaves a little differently on Windows then macOC/linux. On Windows, when a new process is created, all threads...