{"id":19054347,"url":"https://github.com/datadog/orchestrion","last_synced_at":"2026-04-02T20:10:28.952Z","repository":{"id":177009535,"uuid":"608346290","full_name":"DataDog/orchestrion","owner":"DataDog","description":"Automatic compile-time instrumentation of Go code","archived":false,"fork":false,"pushed_at":"2026-03-31T15:10:08.000Z","size":5077,"stargazers_count":580,"open_issues_count":19,"forks_count":32,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-31T15:17:10.628Z","etag":null,"topics":["apm","datadog","go","instrumentation","monitoring","tracing"],"latest_commit_sha":null,"homepage":"http://datadoghq.dev/orchestrion/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DataDog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-01T20:37:21.000Z","updated_at":"2026-03-31T14:59:19.000Z","dependencies_parsed_at":"2024-02-15T14:26:46.574Z","dependency_job_id":"fc932f0b-1d01-4ed8-b9a7-34ed5640d67a","html_url":"https://github.com/DataDog/orchestrion","commit_stats":null,"previous_names":["datadog/orchestrion"],"tags_count":72,"template":false,"template_full_name":null,"purl":"pkg:github/DataDog/orchestrion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Forchestrion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Forchestrion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Forchestrion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Forchestrion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataDog","download_url":"https://codeload.github.com/DataDog/orchestrion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Forchestrion/sbom","scorecard":{"id":923666,"data":{"date":"2025-08-19T23:31:40Z","repo":{"name":"github.com/DataDog/orchestrion","commit":"1aa4feae3b5b6ce9b42ceb59034d4709ce60c606"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/deps-update.yml:86","Info: jobLevel 'contents' permission set to 'read': .github/workflows/docsite.yml:49","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:93","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:19","Info: jobLevel 'packages' permission set to 'read': .github/workflows/sast.yml:29","Info: topLevel permissions set to 'read-all': .github/workflows/deps-update.yml:8","Info: topLevel permissions set to 'read-all': .github/workflows/docsite.yml:11","Info: topLevel permissions set to 'read-all': .github/workflows/ossf-scorecard.yml:11","Info: topLevel permissions set to 'read-all': .github/workflows/pr-labeler.yml:6","Info: topLevel permissions set to 'read-all': .github/workflows/release.yml:11","Info: topLevel permissions set to 'read-all': .github/workflows/sast.yml:13","Info: topLevel permissions set to 'read-all': .github/workflows/validate.yml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:  53 out of  53 GitHub-owned GitHubAction dependencies pinned","Info:   6 out of   6 third-party GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":4,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Warn: 'up-to-date branches' is disabled on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":1,"reason":"9 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646","Warn: Project is vulnerable to: GO-2025-3598 / GHSA-q7rw-w4cq-2j6w","Warn: Project is vulnerable to: GO-2025-3599 / GHSA-fmhh-rw3h-785m","Warn: Project is vulnerable to: GO-2025-3533 / GHSA-wq9g-9vfc-cfq9","Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93","Warn: Project is vulnerable to: GO-2025-3553 / GHSA-mh63-6h87-95cp","Warn: Project is vulnerable to: GO-2025-3706 / GHSA-hg3g-gphw-5hhm","Warn: Project is vulnerable to: GO-2025-3845 / GHSA-qx2q-88mx-vhg7"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":9,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 26 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 11 contributing companies or organizations","details":["Info: found contributions from: DataDog, cdk8s-team, coreos, datadog, gnulug, open-telemetry, piratas-org, pirates-cat, prometheus, urfave, zig-o11y"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-25T08:14:16.822Z","repository_id":177009535,"created_at":"2025-08-25T08:14:16.822Z","updated_at":"2025-08-25T08:14:16.822Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31315071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":["apm","datadog","go","instrumentation","monitoring","tracing"],"created_at":"2024-11-08T23:37:57.623Z","updated_at":"2026-04-02T20:10:28.945Z","avatar_url":"https://github.com/DataDog.png","language":"Go","readme":"# Orchestrion\n\n[![User Documentation](https://img.shields.io/badge/docs.datadoghq.com-blue?logo=datadog\u0026label=User%20Guide\u0026labelColor=632CA6\u0026style=flat)](https://docs.datadoghq.com/tracing/trace_collection/automatic_instrumentation/dd_libraries/go/?tab=compiletimeinstrumentation)\n[![Project Documentation](https://img.shields.io/badge/Project%20Documentation-datadoghq.dev/orchestrion-blue.svg?logo=github\u0026\u0026labelColor=181717\u0026style=flat)](https://datadoghq.dev/orchestrion)\n![Latest Release](https://img.shields.io/github/v/release/DataDog/orchestrion?display_name=tag\u0026label=Latest%20Release)\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/datadog/orchestrion)\n[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/DataDog/orchestrion/badge)](https://scorecard.dev/viewer/?uri=github.com/DataDog/orchestrion)\n\nAutomatic compile-time instrumentation of Go code.\n\n## Overview\n\nOrchestrion processes Go source code at compilation time and automatically inserts instrumentation. This instrumentation\nis driven by the imports present in the `orchestrion.tool.go` file at the project's root.\n\n\u003e [!IMPORTANT]\n\u003e Should you encounter issues or a bug when using `orchestrion`, please report it in the [bug tracker][gh-issues].\n\u003e\n\u003e For support \u0026 general questions, you are welcome to use [GitHub discussions][gh-discussions]. You may also contact us\n\u003e privately via Datadog support.\n\u003e\n\u003e [gh-issues]: https://github.com/DataDog/orchestrion/issues/new/choose\n\u003e [gh-discussions]: https://github.com/DataDog/orchestrion/discussions\n\n## Requirements\n\nOrchestrion supports the two latest releases of Go, matching Go's [official release policy][go-releases]. It may\nfunction correctly with older Go releases; but we will not be able to offer support for these if they don't.\n\nIn addition to this, Orchestrion only supports projects using [Go modules][go-modules].\n\n[go-releases]: https://go.dev/doc/devel/release#policy\n[go-modules]: https://pkg.go.dev/cmd/go#hdr-Modules__module_versions__and_more\n\n## Getting started\n\nInformation on how to get started quickly with orchestrion can be found on the [user guide][dd-doc-getting-started].\n\n[dd-doc-getting-started]: https://docs.datadoghq.com/tracing/trace_collection/automatic_instrumentation/dd_libraries/go/?tab=compiletimeinstrumentation#overview\n\n## Datadog Tracer Integrations\n\nImporting `github.com/DataDog/dd-trace-go/v2` in the project root's\n`orchestrion.tool.go` file enables automatic instrumentation of all supported integrations, which are listed on the\n[documentation site][docsite]. You can cherry-pick which integrations are enabled by `orchestrion` by importing the\ndesired integrations' package paths instead of importing the tracer's root module.\n\n\u003e [!TIP]\n\u003e Orchestrion is a vendor-agnostic tool. By default, `orchestrion pin` enables Datadog's tracer integrations by\n\u003e importing `github.com/DataDog/dd-trace-go/v2` in `orchestrion.tool.go`, but other vendors (such as OpenTelemetry) may\n\u003e provide alternate integrations that can be used instead.\n\n[docsite]: https://docs.datadoghq.com/tracing/trace_collection/compatibility/go/?tab=v1\n\n## Troubleshooting\n\nIf you run into issues when using `orchestrion` please make sure to collect all relevant details about your setup in\norder to help us identify (and ideally reproduce) the issue. The version of orchestrion (which can be obtained from\n`orchestrion version`) as well as of the go toolchain (from `go version`) are essential and must be provided with any\nbug report.\n\nYou can inspect everything Orchestrion is doing by adding the `-work` argument to your `go build` command; when doing so\nthe build will emit a `WORK=` line pointing to a working directory that is retained after the build is finished. The\ncontents of this directory contains all updated source code Orchestrion produced and additional metadata that can help\ndiagnosing issues.\n\n## More information\n\nDatadog's user guide for Orchestrion can be found on [docs.datadoghq.com][dd-doc].\n\n[dd-doc]: https://docs.datadoghq.com/tracing/trace_collection/automatic_instrumentation/dd_libraries/go/?tab=compiletimeinstrumentation\n\nOrchestrion's project documentation can be found at [datadoghq.dev/orchestrion](https://datadoghq.dev/orchestrion); in\nparticular:\n\n- the [user guide](https://datadoghq.dev/orchestrion/docs/) provides information about available configuration, and how\n  to customize the traces produced by your application;\n- the [contributor guide](https://datadoghq.dev/orchestrion/contributing/) provides more detailed information about how\n  orchestrion works and how to contribute new instrumentation to it.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadog%2Forchestrion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatadog%2Forchestrion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadog%2Forchestrion/lists"}