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

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

https://sourcegraph.com/sourcegraph/appdash is `503 Service Temporarily Unavailable` now. > go: sourcegraph.com/sourcegraph/[email protected]: unrecognized import path "sourcegraph.com/sourcegraph/appdash" (parse https://sourcegraph.com/sourcegraph/appdash?go-get=1: no go-import meta tags ())

This issue contains a list of Renovate updates and their statuses. ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of any....

Using a proper defined cleanup function like ``` t.Cleanup(func () { // do sth }) ``` is more explicit than just ``` defer func () { // do sth }...

Hi all. Couldn't ask on slack as the link on the README is dead. When I used the in-app example code, I got traces to a local running appdash instance....

The go link to install does not appear to work: sourcegraph.com/sourcegraph/appdash/.. Error repo sourcegraph/appdash not found The slack channel link also appears to be dead. http://slackin.srclib.org/

Appdash support opentracing API, so I can use opentracing client work with appdash? like Go, JavaScript, Java, Python, Objective-C, C++ opentracing client

I haven't run very far with this idea, so this is just a thought dump for now. But I've been considering how Appdash could reach the most languages.. it stands...

enhancement