appdash icon indicating copy to clipboard operation
appdash copied to clipboard

Application tracing system for Go, based on Google's Dapper.

Results 26 appdash issues
Sort by recently updated
recently updated
newest added

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...

bug
help wanted

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,...

bug
help wanted

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...

enhancement
help wanted

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...

bug
help wanted

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...

enhancement
help wanted

Anywhere where key/value pairs of spans are displayed, they're being ordered randomly.

enhancement
help wanted

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...

bug
help wanted

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...

enhancement
help wanted
Appdash 2.0

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...

enhancement
help wanted
Appdash 2.0

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...

enhancement
help wanted
Appdash 2.0