{"id":3527932,"name":"github.com/sourcegraph/appdash","ecosystem":"go","description":"Package appdash provides a Go app performance tracing suite.\n\nAppdash allows you to trace the end-to-end performance of hierarchically\nstructured applications. You can, for example, measure the time and see the\ndetailed information of each HTTP request and SQL query made by an entire\ndistributed web application.\n\nThe cmd/appdash tool launches a web front-end which displays a web UI for\nviewing collected app traces. It is effectively a remote collector which your\napplication can connect and send events to.\n\nTiming and application-specific metadata information can be viewed in a nice\ntimeline view for each span (e.g. HTTP request) and it's children.\n\nThe web front-end can also be embedded in your own Go HTTP server by\nutilizing the traceapp sub-package, which is effectively what cmd/appdash\nserves internally.\n\nSub-packages for HTTP and SQL event tracing are provided for use with\nappdash, which allows it to function equivalently to Google's Dapper and\nTwitter's Zipkin performance tracing suites.\n\nThe most high-level structure is a Trace, which represents the performance\nof an application from start to finish (in an HTTP application, for example,\nthe loading of a web page).\n\nA Trace is a tree structure that is made up of several spans, which are just\nIDs (in an HTTP application, these ID's are passed through the stack via\na few special headers).\n\nEach span ID has a set of Events that directly correspond to it inside a\nCollector. These events can be any combination of message, log, time-span,\nor time-stamped events (the cmd/appdash web UI displays these events as\nappropriate).\n\nInside your application, a Recorder is used to send events to a Collector,\nwhich can be a remote HTTP(S) collector, a local in-memory or persistent\ncollector, etc. Additionally, you can implement the Collector interface\nyourself and store events however you like.","homepage":"https://github.com/sourcegraph/appdash","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sourcegraph/appdash","keywords_array":[],"namespace":"github.com/sourcegraph","versions_count":1,"first_release_published_at":"2021-10-28T08:06:28.000Z","latest_release_published_at":"2021-10-28T08:06:28.000Z","latest_release_number":"v0.0.0-20211028080628-e2786a622600","last_synced_at":"2026-03-10T19:36:24.302Z","created_at":"2022-04-10T22:53:24.162Z","updated_at":"2026-03-10T19:36:24.302Z","registry_url":"https://pkg.go.dev/github.com/sourcegraph/appdash","install_command":"go get github.com/sourcegraph/appdash","documentation_url":"https://pkg.go.dev/github.com/sourcegraph/appdash#section-documentation","metadata":{},"repo_metadata":{"id":23626480,"uuid":"26996090","full_name":"sourcegraph/appdash","owner":"sourcegraph","description":"Application tracing system for Go, based on Google's Dapper.","archived":true,"fork":false,"pushed_at":"2021-10-28T08:06:29.000Z","size":2252,"stargazers_count":1713,"open_issues_count":26,"forks_count":136,"subscribers_count":153,"default_branch":"master","last_synced_at":"2025-09-30T07:34:35.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sourcegraph.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sourcegraph.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-22T10:47:38.000Z","updated_at":"2025-09-22T08:03:33.000Z","dependencies_parsed_at":"2022-08-22T02:50:13.870Z","dependency_job_id":null,"html_url":"https://github.com/sourcegraph/appdash","commit_stats":null,"previous_names":["sourcegraph/apptrace"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sourcegraph/appdash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Fappdash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Fappdash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Fappdash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Fappdash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourcegraph","download_url":"https://codeload.github.com/sourcegraph/appdash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Fappdash/sbom","scorecard":{"id":839303,"data":{"date":"2025-08-11","repo":{"name":"github.com/sourcegraph/appdash","commit":"e2786a622600831a80a51efea169590903c10855"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":7,"reason":"Found 10/14 approved changesets -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T20:01:59.768Z","repository_id":23626480,"created_at":"2025-08-23T20:01:59.768Z","updated_at":"2025-08-23T20:01:59.768Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277650336,"owners_count":25853846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-30T02:00:09.208Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sourcegraph","name":"Sourcegraph","uuid":"3979584","kind":"organization","description":"Helping developers search, understand, and write code in complex codebases with AI","email":"hi@sourcegraph.com","website":"https://sourcegraph.com","location":null,"twitter":"sourcegraph","company":null,"icon_url":"https://avatars.githubusercontent.com/u/3979584?v=4","repositories_count":598,"last_synced_at":"2025-09-16T17:10:56.801Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/sourcegraph","funding_links":[],"total_stars":47892,"followers":1413,"following":0,"created_at":"2022-11-05T04:21:26.329Z","updated_at":"2025-09-16T17:10:56.801Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourcegraph","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourcegraph/repositories"},"tags":[]},"repo_metadata_updated_at":"2025-09-30T07:44:11.632Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":3.4847466161034415,"dependent_packages_count":9.552533439361593,"stargazers_count":1.6183961693961284,"forks_count":2.335085929843525,"docker_downloads_count":null,"average":4.247690538676172},"purl":"pkg:golang/github.com/sourcegraph/appdash","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/sourcegraph/appdash","docker_dependents_count":5,"docker_downloads_count":8959697,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/sourcegraph/appdash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/sourcegraph/appdash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-28T23:53:16.275Z","issues_count":49,"pull_requests_count":51,"avg_time_to_close_issue":9127388.04,"avg_time_to_close_pull_request":1176475.163265306,"issues_closed_count":25,"pull_requests_closed_count":49,"pull_request_authors_count":27,"issue_authors_count":29,"avg_comments_per_issue":1.9183673469387754,"avg_comments_per_pull_request":1.5686274509803921,"merged_pull_requests_count":39,"bot_issues_count":1,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Fappdash/issues","maintainers":[{"login":"slimsag","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/slimsag"},{"login":"sqs","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqs"},{"login":"keegancsmith","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/keegancsmith"},{"login":"andreeleuterio","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andreeleuterio"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsourcegraph%2Fappdash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsourcegraph%2Fappdash/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsourcegraph%2Fappdash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsourcegraph%2Fappdash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsourcegraph%2Fappdash/codemeta","maintainers":[]}