Suman Karumuri
Suman Karumuri
Would be awesome if I can install this package via bower.
In your talk, you mentioned that these tools can also used with gcc. Does gcc need to be patched as well to get this info? Thanks!
Update the code fix all error prone warnings. Run `mvn package` on the repo. Fix the error prone warnings.
Add a YuviBuilder that can build a Yuvi instance. This will simplify using Yuvi in the client code. Further, it will let us make internal code refactoring without affecting the...
Add metrics to Yuvi using dropwizard metrics library. http://metrics.dropwizard.io/3.2.3/getting-started.html
Currently, we schedule tasks using a ScheduledThreadPoolExector. When using this one has to be careful wrap all Runnable.run() methods in a try/catch block. If we fail to do that the...
Add a filtering phase to spark job to filter spans by service name. Currently, the task is marked as TODO in the code. Opening an issue so we can track...
Updated README explaining the steps to run the task as a local spark job.
### Summary Remove unused methods on logstore. ### Requirements * [X] I've read and understood the [Contributing Guidelines](CONTRIBUTING.md) and have done my best effort to follow them. * [X] I've...