actions-marketplace-validations/Configure Datadog Test Visibility

Installs Datadog tracers for configured languages and enables Test Visibility

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 25, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/datadog_test-visibility-github-action@0fbffb85821049e7d9101e91b2bda13f4f884a9b # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
languagesList of languages to be instrumented. Can be either "all" or any of "java", "js", "python", "dotnet", "ruby", "go" (multiple languages can be specified as a space-separated list).yes
api_keyDatadog API key. Can be found at https://app.datadoghq.com/organization-settings/api-keysyes
siteDatadog site (optional). See https://docs.datadoghq.com/getting_started/site for more information about sites.nodatadoghq.com
serviceThe name of the service or library being tested.no
dotnet-tracer-versionThe version of Datadog .NET tracer to use (optional). Defaults to the latest release.no
java-tracer-versionThe version of Datadog Java tracer to use (optional). Defaults to the latest release.no
js-tracer-versionThe version of Datadog JS tracer to use (optional). Defaults to the latest release.no
python-tracer-versionThe version of Datadog Python tracer to use (optional). Defaults to the latest release.no
ruby-tracer-versionThe version of datadog-ci Ruby gem to use (optional). Defaults to the latest release.no
go-tracer-versionThe version of Orchestrion automatic compile-time instrumentation of Go code (https://github.com/datadog/orchestrion) to use (optional). Defaults to the latest release.no
java-instrumented-build-systemIf provided, only the specified build systems will be instrumented (allowed values are `gradle` and `maven`). Otherwise every Java process will be instrumented.no
cacheEnable caching (optional). Defaults to true.notrue
print-github-step-summaryPrint a summary of the installed tracers to the GitHub step summary, otherwise the summary is printed to console (optional). Defaults to true.notrue
service-nameDeprecated, alias for serviceno
api-keyDeprecated, alias for api_keyno

no outputs