-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Task timelines #1333
Comments
In a sense you can do this with the histogram tool. Create one query for each system, that way the histogram will show each one with a different color. Then add a filter to include the UUID. After that the histogram will show all log entries from each system. For added feature I suggest you go over the logstash measure filter. Allows you to track the time it takes for tasks to finish. edit: |
A histogram of run times isn't enough. You need them temporally ordered to see which tasks are holding up which other tasks. http://users.ece.utexas.edu/~adnan/pike.html Google's timeline visualization chart may be a temporary solution until Kibana implements timelines, https://developers.google.com/chart/interactive/docs/gallery/timeline. |
+1 I implemented this kind of widget for kibana 6 months ago.
I am also very interested by this feature, and I can help going forward on this |
@rkrol The right way would be to use Logstash mutate filter to rename all of those fields to the same fieldname. In the panel in Kibana you should be able to define what fieldname it should use. |
@elvarb +1 but unfortunately we don't use logstash in my organization :( |
any update on that? |
+1 |
+1 for taking advantage of Zipkin generated data in Kibana |
Do you know "Kibi"? The friendly Kibana Fork? They have a Timeline Visualisation right there as a Plugin: |
Any update on that topic? |
+1 |
1 similar comment
+1 |
+1 |
1 similar comment
+1 |
Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner. |
I didn't see any code for visualizing task timelines. Does this exist, and if not where in the codebase would you add in such a feature?
Scenario:
The app server creates a UUID for a task, and the UUID gets propagated with work units for that task across the cluster and shows up in logs. The visualization would then give a timeline similar to what you see in https://developer.chrome.com/devtools/docs/timeline .
--Updates--
Jumpshot is the old tool for MPI clusters, you would need a log stash to SLOG conversion script: http://www.mcs.anl.gov/research/projects/perfvis/software/viewers/index.htm
Twitter has the http://twitter.github.io/zipkin/ project.
There is one log stash to Zipkin tool, https://github.com/sidnei/athwart
More than a few lists already talking about adding Zipkin features to Kibana:
*https://www.linkedin.com/groups/Distributed-Tracing-logging-Integrating-Kibana-3393294.S.5862019444968013827
The text was updated successfully, but these errors were encountered: