Skip to content

Commit

Permalink
Document DI environment variables across languages
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Jan 17, 2025
1 parent 5267746 commit 167fbe4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/en/dynamic_instrumentation/enabling/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,18 @@ Select your runtime below to learn how to enable Dynamic Instrumentation for you

{{< partial name="dynamic_instrumentation/dynamic-instrumentation-languages.html" >}}

## Supported environment variables

Testing something [metadata.csv][2] plase ignore this line

## Supported environment variables

Testing something [env.csv][3] plase ignore this line

## Further reading

{{< partial name="whats-next/whats-next.html" >}}

[1]: /tracing/trace_collection/
[2]: https://github.com/DataDog/dogweb/blob/prod/integration/google_cloud_big_query/google_cloud_big_query_metadata.csv
[3]: https://github.com/DataDog/documentation/blob/master/content/en/dynamic_instrumentation/enabling/env.csv
11 changes: 11 additions & 0 deletions content/en/dynamic_instrumentation/enabling/env.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Environment Variable,Default Value,Java,.NET,Python,Ruby,PHP,Node.js,Description
DD_DYNAMIC_INSTRUMENTATION_ENABLED,"false",✅,✅,✅,✅,✅,✅,Enable Dynamic Instrumentation
DD_DYNAMIC_INSTRUMENTATION_REDACTED_IDENTIFIERS,"",✅,✅,✅,✅,✅,✅,Add identifiers to redact
DD_DYNAMIC_INSTRUMENTATION_REDACTED_TYPES,"",✅,✅,✅,✅,✅,✅,Add types to redact
DD_DYNAMIC_INSTRUMENTATION_REDACTION_EXCLUDED_IDENTIFIERS,"",✅,✅,✅,✅,✅,✅,Remove identifiers from redaction
DD_SERVICE,"",✅,✅,✅,✅,✅,✅,Service name
DD_ENV,"",✅,✅,✅,✅,✅,✅,Environment name
DD_VERSION,"",✅,✅,✅,✅,✅,✅,Service version
DD_TAGS,"",✅,✅,✅,✅,✅,✅,Tags
DD_GIT_REPOSITORY_URL,"",✅,✅,✅,✅,✅,✅,Git repository URL
DD_GIT_COMMIT_SHA,"",✅,✅,✅,✅,✅,✅,Git commit SHA

0 comments on commit 167fbe4

Please sign in to comment.