appdash
appdash copied to clipboard
Application tracing system for Go, based on Google's Dapper.
If a span takes microseconds instead of milliseconds to complete, the UI is simply unable to render them and the profile view shows all values as 0. ![screen shot 2016-05-20...
The traceapp.New() function seems to indicate it supports being mounted to a subpath, but I haven't been able to make it work. I've tried passing in a gorilla mux subrouter,...
Hi, there. I think it would be helpful to have a BUILD or otherwise file that could allow folks who are new to go a quick-start on how to build...
When used with HTTPS, Appdash currently appears to be insecure because it does subrequests to HTTP static resources. The issue seems to come from a single resource: `http://fonts.googleapis.com/css?family=Open+Sans` that should...
When looking at a trace (`/traces/`), the graph only shows two spans (the root, and one child). Clicking on the child loads a new page that shows the child and...
Anywhere where key/value pairs of spans are displayed, they're being ordered randomly.
When the slider reads "X-Y hours ago", the query that is sent to the server is really "(72-X)-(72-Y)" hours ago. So for example, when the slider is set to "0-2...
I want to try out appdash but encountered a bug in influxdb https://github.com/influxdata/influxdb/issues/6445 It would be great if there were release binaries available and a container up on quay.io for...
Would it be possible to implement a tracing client in other languages? e.g. Could I use this in a Scala/Finatra app? What would it take to implement that sort of...
When running `appdash` on the command line, custom events don't render. This is because nobody in the entire application can invoke `RegisterEvent` with the new event type. I have a...