Applying basic data science on Jaeger dataset #2811
Replies: 4 comments 4 replies
-
And we'd like to move this, along with the dataset repository to the jaegetracing organization, hoping that this will encourage people to extend this work. |
Beta Was this translation helpful? Give feedback.
-
Thanks for making these, cool idea! I saw the work @pavolloffay did as well with the notebooks in the past. How would someone use this? I can see in the notebook that you are pointing to a "dataset", but I assume you'd need to run this in some kind of batch way to analyze the data. This is very reactive, where you'd find out about issues a day or more later. This should be implemented inside a stream processor. I know we have code here at logz.io which leverages Kafka streams to build the DAG on the fly, we will be open sourcing that soon. There is also the Spark component in Jaeger where this could be done in a stream. I actually see a better use case for analyzing this data and looking for patterns on the fly to notify the user or surface issues in the UI as being more immediately useful operationally. |
Beta Was this translation helpful? Give feedback.
-
Why do we need a new repo, can we not add them to what Pavol already has? Regarding the application of notebook, they are certainly a power user tool. And they are more useful for proactive perf improvements that often require more thorough analysis than reactive work during an outage that really needs the investigative workflows built into the UI. But also notebooks are great for proofs of concept that can later be transitioned into streaming solutions. |
Beta Was this translation helpful? Give feedback.
-
ping @Ashmita152 |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am an outreachy intern working under the guidance of @jpkrohling. As part of my internship, we are working on Jupyter notebooks for finding possible interesting insights in Jaeger's tracing dataset.
We wrote two notebooks to explore possibilities:
Repository: https://github.com/Ashmita152/jaeger-notebooks
I would appreciate your feedback and thoughts on possible improvements.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions