sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

[Ideas] User vs machine generated traces #146

Closed keegancsmith closed 8 years ago

keegancsmith commented 8 years ago

Observation: A lot of traces we have in Sourcegraph originate from machine actions (bots), rather than a user action. Machine traces are less valuable than what happens from a direct user action. (ie a pageload/XHR request trace is usually more valuable than a trace of a worker asking for a job). Machine traces are also higher volume. We get into situations of appdash service degradation or traces expiring soon. Dashboards / lists of traces can be overpopulated with traces originating from machines.

What can we do so we get a better experience when investigating or discovering traces from user actions?

keegancsmith commented 8 years ago

Random ideas: