Skip to content

Commit 0b8d468

Browse files
committed
adding config inversion doc to readme
1 parent 702eabc commit 0b8d468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/add_new_configurations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ In order to properly add a new configuration in the tracer, follow the below ste
2626
1. If there are aliases of the Environment Variable, add them to the `aliases` key of the file.
2727
8. If the configuration is unique to all tracers, add it to the [Feature Parity Dashboard](https://feature-parity.us1.prod.dog/#/configurations?viewType=configurations). This ensures that we have good documentation of all configurations supported in the tracer.
2828

29+
For details on adding environment variables to `metadata/supported-configurations.json` or the Feature Parity Dashboard, refer to this [document](https://datadoghq.atlassian.net/wiki/spaces/APMINT/pages/5372248222/APM+-+Centralized+Configuration+Config+inversion#dd-trace-java).
30+
2931
## Verifying the Configuration
3032

3133
To verify a configuration has been correctly added, developers can modify existing test cases in `ConfigTest.groovy` to set the value of the configuration with various sources and confirm the internal value is correctly set in `Config.java`.

0 commit comments

Comments
 (0)