actions-marketplace-validations/Configure Datadog Test Visibility
Installs Datadog tracers for configured languages and enables Test Visibility
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 25, 2026
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/datadog_test-visibility-github-action@0fbffb85821049e7d9101e91b2bda13f4f884a9b # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| languages | List 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_key | Datadog API key. Can be found at https://app.datadoghq.com/organization-settings/api-keys | yes | — |
| site | Datadog site (optional). See https://docs.datadoghq.com/getting_started/site for more information about sites. | no | datadoghq.com |
| service | The name of the service or library being tested. | no | — |
| dotnet-tracer-version | The version of Datadog .NET tracer to use (optional). Defaults to the latest release. | no | — |
| java-tracer-version | The version of Datadog Java tracer to use (optional). Defaults to the latest release. | no | — |
| js-tracer-version | The version of Datadog JS tracer to use (optional). Defaults to the latest release. | no | — |
| python-tracer-version | The version of Datadog Python tracer to use (optional). Defaults to the latest release. | no | — |
| ruby-tracer-version | The version of datadog-ci Ruby gem to use (optional). Defaults to the latest release. | no | — |
| go-tracer-version | The 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-system | If provided, only the specified build systems will be instrumented (allowed values are `gradle` and `maven`). Otherwise every Java process will be instrumented. | no | — |
| cache | Enable caching (optional). Defaults to true. | no | true |
| print-github-step-summary | Print a summary of the installed tracers to the GitHub step summary, otherwise the summary is printed to console (optional). Defaults to true. | no | true |
| service-name | Deprecated, alias for service | no | — |
| api-key | Deprecated, alias for api_key | no | — |
Outputs
no outputs