Skip to content

refactor(config): drop internalPropertyName from supported-configurations#9112

Merged
BridgeAR merged 5 commits into
masterfrom
BridgeAR/2026-06-27-prune-internal-property-name
Jun 29, 2026
Merged

refactor(config): drop internalPropertyName from supported-configurations#9112
BridgeAR merged 5 commits into
masterfrom
BridgeAR/2026-06-27-prune-internal-property-name

Conversation

@BridgeAR

Copy link
Copy Markdown
Member

Summary

internalPropertyName carried a hand-maintained runtime property path that diverged from the canonical env name, so the same configuration was named twice and the two could drift. This removes the field entirely and derives the runtime path the way the rest of the table already does.

  1. The nine Test Optimization toggles move under a testOptimization namespace, so each path is testOptimization.DD_CIVISIBILITY_* / testOptimization.DD_TEST_* derived from the canonical name.
  2. apiKey, tracing, and scope have no namespace and fall back to the canonical env name (config.DD_API_KEY, config.DD_TRACE_ENABLED, config.DD_TRACE_SCOPE); every runtime consumer is renamed to match.
  3. queryStringObfuscation and resourceRenamingEnabled are per-integration options forwarded to plugins by PluginManager#getSharedConfig. That single hand-off now reads the canonical name and still forwards the unchanged per-plugin key, so the plugin-facing surface and index.d.ts are untouched.

Why

The canonical name telemetry reports is unchanged; only the property path the config object exposes moves. Two follow-on details keep behaviour identical:

  • The remote-config tracing_enabled mapping now targets DD_TRACE_ENABLED, and #applyOptions resolves same-name table entries via entry.property ?? name so the canonical key is still written.
  • generated-config-types.d.ts is regenerated from the new shape.

Drive-by

  • Drop the duplicate enabled leaf left in the exporting-pipeline and llmobs-span-processor benchmarks after the previous namespace migration; the span processors read the canonical key, so enabled was dead.

Test plan

  • packages/dd-trace/test/config/index.spec.js (new guard: no internalPropertyName remains; renamed property assertions)
  • CI-visibility exporter specs (ci-visibility-exporter, agentless, agent-proxy) with the testOptimization namespace stand-ins
  • proxy, span_processor, telemetry/send-data, aiguard, and the llmobs writer specs for the DD_API_KEY / DD_TRACE_ENABLED renames

…ions

internalPropertyName carried a hand-maintained runtime property path that
diverged from the canonical env name, so the same configuration was named
twice and the two could drift. Remove the field and derive the runtime path
the same way the rest of the table does.

1. The nine Test Optimization toggles move under a `testOptimization`
   namespace, so each path is `testOptimization.DD_CIVISIBILITY_*` /
   `testOptimization.DD_TEST_*` derived from the canonical name.
2. `apiKey`, `tracing`, and `scope` have no namespace, so they fall back to
   the canonical env name (`config.DD_API_KEY`, `config.DD_TRACE_ENABLED`,
   `config.DD_TRACE_SCOPE`); every runtime consumer is renamed to match.
3. `queryStringObfuscation` and `resourceRenamingEnabled` are per-integration
   options forwarded to plugins by `#getSharedConfig`. That single hand-off now
   reads the canonical name and still forwards the unchanged per-plugin key, so
   no `index.d.ts` or plugin-facing surface changes.

The canonical name telemetry reports is unchanged; only the property path the
config object exposes moves. The remote-config `tracing_enabled` mapping now
targets `DD_TRACE_ENABLED`, and the same-name table entries resolve their
property via `entry.property ?? name` so `#applyOptions` keeps writing the
canonical key.

Drive-by fix:

* Drop the duplicate `enabled` leaf left in the exporting-pipeline and
  llmobs-span-processor benchmarks after the previous namespace migration; the
  span processors read the canonical key, so `enabled` was dead.
@datadog-prod-us1-5

datadog-prod-us1-5 Bot commented Jun 27, 2026

Copy link
Copy Markdown

Tests

🎉 All green!

🧪 All tests passed
❄️ No new flaky tests detected

🎯 Code Coverage (details)
Patch Coverage: 87.93%
Overall Coverage: 87.98% (+0.00%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 5f4f1e9 | Docs | Datadog PR Page | Give us feedback!

@dd-octo-sts

dd-octo-sts Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Overall package size

Self size: 6.4 MB
Deduped: 7.46 MB
No deduping: 7.46 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.2.0 | 104.26 kB | 843.44 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@pr-commenter

pr-commenter Bot commented Jun 27, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-06-27 13:58:54

Comparing candidate commit 5f4f1e9 in PR branch BridgeAR/2026-06-27-prune-internal-property-name with baseline commit 27dcc31 in branch master.

📊 Benchmarking dashboard

Found 0 performance improvements and 0 performance regressions! Performance is the same for 2255 metrics, 31 unstable metrics.

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

Unstable benchmarks

These benchmarks have a confidence interval too wide to call a change; treat them as noise rather than signal.

scenario:appsec-appsec-enabled-24

  • unstable execution_time [-137.422ms; +198.745ms] or [-5.280%; +7.637%]

scenario:appsec-appsec-enabled-26

  • unstable execution_time [-217.691ms; +208.512ms] or [-8.599%; +8.236%]

scenario:appsec-appsec-enabled-with-attacks-26

  • unstable execution_time [-153.634ms; +156.136ms] or [-5.340%; +5.427%]

scenario:appsec-control-20

  • unstable execution_time [-150.953ms; +155.575ms] or [-8.672%; +8.937%]

scenario:appsec-control-24

  • unstable execution_time [-101176.688µs; +103085.455µs] or [-8.321%; +8.478%]

scenario:appsec-control-26

  • unstable execution_time [-112058.418µs; +111767.118µs] or [-9.270%; +9.246%]

scenario:debugger-line-probe-with-snapshot-default-24

  • unstable cpu_user_time [-1.958s; +4.209s] or [-23.148%; +49.767%]
  • unstable execution_time [-2.019s; +4.279s] or [-22.082%; +46.810%]
  • unstable instructions [-16.6G instructions; +35.8G instructions] or [-23.973%; +51.761%]
  • unstable max_rss_usage [-6.613MB; +15.015MB] or [-4.127%; +9.369%]
  • unstable throughput [-1259.480op/s; +600.308op/s] or [-34.165%; +16.284%]

scenario:debugger-line-probe-with-snapshot-default-26

  • unstable cpu_user_time [-2898.937ms; +4183.993ms] or [-27.373%; +39.506%]
  • unstable execution_time [-2884.074ms; +4193.593ms] or [-25.494%; +37.069%]
  • unstable instructions [-25.9G instructions; +36.9G instructions] or [-29.235%; +41.724%]
  • unstable max_rss_usage [-8.341MB; +12.426MB] or [-5.108%; +7.611%]
  • unstable throughput [-918.807op/s; +619.271op/s] or [-30.628%; +20.643%]

scenario:debugger-line-probe-with-snapshot-minimal-24

  • unstable cpu_user_time [-3254.252ms; +2203.315ms] or [-36.156%; +24.480%]
  • unstable execution_time [-3266.073ms; +2209.909ms] or [-33.686%; +22.793%]
  • unstable instructions [-27.7G instructions; +18.4G instructions] or [-37.587%; +24.963%]
  • unstable max_rss_usage [-11.740MB; +7.343MB] or [-7.223%; +4.518%]
  • unstable throughput [-651.566op/s; +966.714op/s] or [-18.566%; +27.546%]

scenario:debugger-line-probe-without-snapshot-24

  • unstable cpu_user_time [-1952.342ms; +3133.302ms] or [-24.627%; +39.524%]
  • unstable execution_time [-1980.762ms; +3149.780ms] or [-22.987%; +36.553%]
  • unstable instructions [-16.8G instructions; +26.7G instructions] or [-26.024%; +41.386%]
  • unstable max_rss_usage [-6.913MB; +10.929MB] or [-4.354%; +6.885%]
  • unstable throughput [-910.592op/s; +572.774op/s] or [-23.733%; +14.928%]

scenario:dogstatsd-with-tags-20

  • unstable cpu_user_time [-510.981ms; +183.815ms] or [-10.457%; +3.762%]
  • unstable execution_time [-514.249ms; +182.827ms] or [-10.367%; +3.686%]
  • unstable throughput [-62548.905op/s; +176746.314op/s] or [-3.693%; +10.436%]

scenario:plugin-graphql-long-with-depth-off-20

  • unstable max_rss_usage [-4.510MB; +9.805MB] or [-3.470%; +7.545%]

scenario:plugin-graphql-long-with-depth-on-max-20

  • unstable max_rss_usage [-44.998MB; +76.206MB] or [-20.768%; +35.171%]

@codecov

codecov Bot commented Jun 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.69%. Comparing base (27dcc31) to head (5f4f1e9).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #9112   +/-   ##
=======================================
  Coverage   93.69%   93.69%           
=======================================
  Files         889      889           
  Lines       50856    50859    +3     
  Branches    11830    11832    +2     
=======================================
+ Hits        47647    47651    +4     
+ Misses       3209     3208    -1     
Flag Coverage Δ
aiguard 34.98% <60.00%> (+0.02%) ⬆️
aiguard-integration 41.79% <76.19%> (ø)
apm-bucket-0 34.85% <52.63%> (-0.08%) ⬇️
apm-bucket-1 40.34% <52.63%> (-0.07%) ⬇️
apm-bucket-2 37.35% <52.63%> (-0.07%) ⬇️
apm-capabilities-tracing 48.30% <89.47%> (+<0.01%) ⬆️
apm-integrations-aerospike 33.13% <52.63%> (-0.08%) ⬇️
apm-integrations-confluentinc-kafka-javascript 40.04% <52.63%> (-0.08%) ⬇️
apm-integrations-couchbase 33.25% <52.63%> (-0.35%) ⬇️
apm-integrations-http 42.04% <52.63%> (-0.07%) ⬇️
apm-integrations-kafkajs 40.26% <52.63%> (-0.08%) ⬇️
apm-integrations-next 29.51% <42.10%> (-0.07%) ⬇️
apm-integrations-prisma 35.04% <52.63%> (-0.07%) ⬇️
apm-integrations-tedious 33.90% <52.63%> (-0.08%) ⬇️
appsec 57.38% <73.68%> (-0.06%) ⬇️
appsec-express_fastify_graphql 53.77% <52.63%> (-0.03%) ⬇️
appsec-integration 36.25% <68.42%> (ø)
appsec-kafka_ldapjs_lodash 43.68% <52.63%> (+0.01%) ⬆️
appsec-mongodb-core_mongoose_mysql 48.81% <52.63%> (-0.06%) ⬇️
appsec-next 28.01% <42.10%> (-0.07%) ⬇️
appsec-node-serialize_passport_postgres 48.01% <52.63%> (-0.06%) ⬇️
appsec-sourcing_stripe_template 45.56% <52.63%> (-0.06%) ⬇️
debugger 44.42% <68.42%> (ø)
instrumentations-bucket-0 28.16% <42.10%> (-0.08%) ⬇️
instrumentations-bucket-1 37.41% <52.63%> (-0.07%) ⬇️
instrumentations-bucket-10 40.44% <52.63%> (-0.07%) ⬇️
instrumentations-bucket-11 27.96% <42.10%> (-0.08%) ⬇️
instrumentations-bucket-12 28.67% <42.10%> (-0.08%) ⬇️
instrumentations-bucket-13 27.79% <42.10%> (-0.08%) ⬇️
instrumentations-bucket-2 30.24% <42.10%> (-0.07%) ⬇️
instrumentations-bucket-3 35.91% <52.63%> (-0.07%) ⬇️
instrumentations-bucket-4 28.07% <42.10%> (-0.08%) ⬇️
instrumentations-bucket-5 36.28% <52.63%> (-0.07%) ⬇️
instrumentations-bucket-6 38.26% <52.63%> (-0.08%) ⬇️
instrumentations-bucket-7 36.01% <52.63%> (-0.07%) ⬇️
instrumentations-bucket-8 36.96% <52.63%> (-0.07%) ⬇️
instrumentations-bucket-9 39.53% <52.63%> (-0.07%) ⬇️
instrumentations-instrumentation-couchbase 46.54% <ø> (ø)
instrumentations-integration-esbuild 24.87% <68.42%> (ø)
llmobs-ai_anthropic_bedrock 39.54% <52.38%> (-0.07%) ⬇️
llmobs-google-genai_langchain_vertex-ai 36.98% <54.54%> (-0.06%) ⬇️
llmobs-openai 39.59% <59.09%> (-0.07%) ⬇️
llmobs-sdk 43.60% <57.14%> (-0.08%) ⬇️
master-coverage 93.69% <100.00%> (?)
openfeature 37.76% <68.42%> (ø)
openfeature-unit 50.39% <18.18%> (ø)
platform-core_esbuild_instrumentations-misc 23.36% <47.36%> (ø)
platform-integration 47.43% <68.42%> (ø)
platform-shimmer_unit-guardrails_webpack 18.89% <0.00%> (ø)
plugins-bucket-0 36.34% <52.63%> (-0.07%) ⬇️
plugins-bucket-1 39.61% <47.36%> (ø)
plugins-bucket-11 38.47% <52.63%> (-0.08%) ⬇️
plugins-bucket-17 39.16% <52.63%> (-0.07%) ⬇️
plugins-bucket-18 42.01% <52.63%> (-0.07%) ⬇️
plugins-bucket-19 39.57% <57.89%> (-0.07%) ⬇️
plugins-bucket-20 43.26% <52.63%> (-0.10%) ⬇️
plugins-bucket-4 37.72% <52.63%> (-0.07%) ⬇️
plugins-bullmq_cassandra_cookie 39.77% <52.63%> (-0.07%) ⬇️
plugins-cookie-parser_crypto_dd-trace-api 33.23% <52.63%> (-0.08%) ⬇️
plugins-fetch_fs_generic-pool 36.06% <52.63%> (-0.07%) ⬇️
plugins-google-cloud-pubsub_grpc_handlebars 43.11% <52.63%> (-0.08%) ⬇️
plugins-hapi_hono_ioredis 37.79% <52.63%> (-0.07%) ⬇️
plugins-jest_knex_langgraph 32.61% <52.63%> (-0.08%) ⬇️
plugins-ldapjs_light-my-request_limitd-client 27.85% <42.10%> (-0.08%) ⬇️
plugins-lodash_mariadb_memcached 35.18% <52.63%> (-0.08%) ⬇️
plugins-mongodb_mongodb-core_mongoose 36.32% <57.89%> (-0.07%) ⬇️
plugins-multer_mysql_mysql2 35.15% <52.63%> (-0.08%) ⬇️
plugins-nats_node-serialize_opensearch 37.16% <52.63%> (-0.08%) ⬇️
plugins-passport-http_pino_postgres 35.54% <57.89%> (-0.08%) ⬇️
plugins-process_pug_redis 34.05% <52.63%> (-0.29%) ⬇️
plugins-undici_url_valkey 35.89% <52.63%> (-0.07%) ⬇️
plugins-vm_winston_ws 37.56% <57.89%> (-0.08%) ⬇️
profiling 43.62% <68.42%> (-0.07%) ⬇️
serverless-aws-sdk-aws-sdk 33.30% <52.63%> (-0.07%) ⬇️
serverless-aws-sdk-bedrockruntime 32.17% <52.63%> (-0.07%) ⬇️
serverless-aws-sdk-client 37.21% <ø> (ø)
serverless-aws-sdk-dynamodb 34.15% <57.89%> (-0.07%) ⬇️
serverless-aws-sdk-eventbridge 27.25% <36.84%> (-0.07%) ⬇️
serverless-aws-sdk-kinesis 37.41% <52.63%> (-0.07%) ⬇️
serverless-aws-sdk-lambda 34.60% <52.63%> (-0.07%) ⬇️
serverless-aws-sdk-s3 32.60% <52.63%> (-0.07%) ⬇️
serverless-aws-sdk-serverless-peer-service 39.47% <52.63%> (-0.08%) ⬇️
serverless-aws-sdk-sns 38.26% <52.63%> (-0.19%) ⬇️
serverless-aws-sdk-sqs 38.01% <52.63%> (-0.07%) ⬇️
serverless-aws-sdk-stepfunctions 33.19% <52.63%> (-0.07%) ⬇️
serverless-aws-sdk-util 47.95% <ø> (ø)
serverless-bucket-0 39.47% <63.15%> (ø)
serverless-lambda 34.33% <52.63%> (-0.09%) ⬇️
test-optimization-cucumber 52.58% <88.46%> (+0.12%) ⬆️
test-optimization-cypress 49.63% <71.69%> (+0.07%) ⬆️
test-optimization-jest 55.58% <90.38%> (+0.02%) ⬆️
test-optimization-mocha 53.66% <90.38%> (+0.08%) ⬆️
test-optimization-playwright-playwright-atr 43.59% <51.92%> (+0.09%) ⬆️
test-optimization-playwright-playwright-efd 43.88% <56.86%> (+0.09%) ⬆️
test-optimization-playwright-playwright-final-status 43.93% <64.70%> (+0.09%) ⬆️
test-optimization-playwright-playwright-impacted-tests 43.42% <56.86%> (+<0.01%) ⬆️
test-optimization-playwright-playwright-reporting 43.50% <65.38%> (+0.09%) ⬆️
test-optimization-playwright-playwright-test-management 44.94% <64.70%> (+0.09%) ⬆️
test-optimization-playwright-playwright-test-span 44.79% <65.38%> (+0.08%) ⬆️
test-optimization-selenium 45.53% <57.69%> (+0.07%) ⬆️
test-optimization-testopt 48.29% <62.26%> (+0.09%) ⬆️
test-optimization-vitest 50.94% <82.69%> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

BridgeAR added 4 commits June 27, 2026 09:37
…-opt configs

Two follow-on cleanups to the internalPropertyName removal:

1. Consumers that aliased the canonical name back to the old short name
   (`const { DD_API_KEY: apiKey }`, `DD_TRACE_ENABLED: tracing`, the
   `isTestDynamicInstrumentationEnabled` locals in the exporters) now use the
   canonical name directly, so the property name is the same from the config
   object through to the call site. In plugin_manager the destructure reads the
   canonical name and the plugin-facing key (`queryStringObfuscation`,
   `resourceRenamingEnabled`) is applied only at the sharedConfig boundary,
   matching the existing `middlewareTracingEnabled` -> `middleware` shape.

2. Eight more Test Optimization configs move under the `testOptimization`
   namespace: AGENTLESS_ENABLED, AGENTLESS_URL, AUTO_INSTRUMENTATION_PROVIDER,
   DANGEROUSLY_FORCE_COVERAGE, DANGEROUSLY_FORCE_TEST_SKIPPING,
   GIT_UNSHALLOW_ENABLED, MANUAL_API_ENABLED, RUM_FLUSH_WAIT_MILLIS. Their
   runtime consumers move to `config.testOptimization.DD_CIVISIBILITY_*`.

DD_TEST_SESSION_NAME stays top-level: it reaches `getTestSessionName` through
both the plugin sharedConfig (flat key) and, for the non-CiPlugin cypress
exporter, the raw tracer Config, so namespacing it would split the two call
paths. The remaining bare CI-vis entries are env-only (read before the Config
exists, or unused), where a namespace changes nothing observable.
Move the last six Test Optimization entries under the `testOptimization`
namespace: DD_CIVISIBILITY_ENABLED, DD_CIVISIBILITY_TEST_COMMAND,
DD_CIVISIBILITY_TEST_MODULE_ID, DD_CIVISIBILITY_TEST_SESSION_ID,
DD_TEST_FLEET_CONFIG_PATH, DD_TEST_LOCAL_CONFIG_PATH.

These have no `config.*` property consumers: the stable-config paths and
DD_CIVISIBILITY_ENABLED are read from the environment by canonical name (which a
namespace leaves untouched), and the three test-id entries are unused. The
change is therefore JSON + regenerated types only, finishing the namespace so
every CI-vis entry is grouped consistently.
CiPlugin.configure receives the per-plugin sharedConfig built by
PluginManager#getSharedConfig, not the tracer Config, so it has no
`testOptimization` namespace. Reading `config.testOptimization
.DD_TEST_FAILED_TEST_REPLAY_ENABLED` there threw `Cannot read properties of
undefined`, crashing tracer init for every plugin and integration suite that
loads a CI plugin. Read the flat `isTestDynamicInstrumentationEnabled` key the
shared config actually forwards, as before the rename.
…ion namespace

#getSharedConfig reads `testOptimization.DD_TEST_FAILED_TEST_REPLAY_ENABLED`,
so the spec's `makeTracerConfig` stand-in must carry that namespace object the
real Config always builds; without it the shared-config build threw and every
configure-spy assertion failed. Also feed the query-string obfuscation override
through its canonical tracer-config key (`DD_TRACE_OBFUSCATION_QUERY_STRING_REGEXP`);
the plugin-facing `queryStringObfuscation` key the shared config forwards is
unchanged.
@BridgeAR
BridgeAR marked this pull request as ready for review June 27, 2026 14:44
@BridgeAR
BridgeAR requested review from a team as code owners June 27, 2026 14:44
@BridgeAR
BridgeAR requested review from juan-fernandez and khanayan123 and removed request for a team June 27, 2026 14:44

@datadog-prod-us1-5 datadog-prod-us1-5 Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Datadog Autotest: PASS

More details

The risky asymmetry in this rename — CiPlugin.configure receives the flat per-plugin sharedConfig, which has no testOptimization namespace, so reading config.testOptimization.* there crashed tracer init — was already caught and fixed earlier in the stack (commit c4e375c, now reading the flat isTestDynamicInstrumentationEnabled that getSharedConfig forwards). Every remaining config.testOptimization.* reader receives the namespaced tracer config, and the env-var, remote-config tracing_enabled, and plugin-forwarded read paths all resolve to the renamed properties.

Was this helpful? React 👍 or 👎

📊 Validated against 12 scenarios · Open Bits AI session

🤖 Datadog Autotest · Commit 5f4f1e9 · What is Autotest? · Any feedback? Reach out in #autotest

@juan-fernandez juan-fernandez left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok from test optimization's perspective

@BridgeAR
BridgeAR merged commit d1aa54a into master Jun 29, 2026
1228 of 1230 checks passed
@BridgeAR
BridgeAR deleted the BridgeAR/2026-06-27-prune-internal-property-name branch June 29, 2026 10:43
This was referenced Jun 30, 2026
rochdev pushed a commit that referenced this pull request Jul 2, 2026
…9112)

`internalPropertyName` made each supported config carry a second hand-maintained runtime path next to its canonical env name. Drop that alias and derive the config-object path from the canonical name, with Test Optimization entries grouped under `testOptimization` and top-level entries using their canonical key directly.

The plugin shared-config boundary still forwards the existing per-plugin keys, including the flat dynamic-instrumentation flag `CiPlugin.configure` receives; plugins do not receive the namespaced tracer config.

Drive-by fix:

* Drop duplicate benchmark `enabled` leaves left behind by the previous namespace migration.
rochdev pushed a commit that referenced this pull request Jul 2, 2026
…9112)

`internalPropertyName` made each supported config carry a second hand-maintained runtime path next to its canonical env name. Drop that alias and derive the config-object path from the canonical name, with Test Optimization entries grouped under `testOptimization` and top-level entries using their canonical key directly.

The plugin shared-config boundary still forwards the existing per-plugin keys, including the flat dynamic-instrumentation flag `CiPlugin.configure` receives; plugins do not receive the namespaced tracer config.

Drive-by fix:

* Drop duplicate benchmark `enabled` leaves left behind by the previous namespace migration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants