Skip to content

add new configs from running update script#6117

Merged
wantsui merged 3 commits into
mainfrom
add-new-configs
Jan 27, 2026
Merged

add new configs from running update script#6117
wantsui merged 3 commits into
mainfrom
add-new-configs

Conversation

@wantsui
Copy link
Copy Markdown
Contributor

@wantsui wantsui commented Jan 26, 2026

Motivation

My Python PR is still failing tests: DataDog/dd-trace-py#16174 (comment)

Turns out from the GH test results that the telemetry test is still failing: https://github.com/DataDog/dd-trace-py/actions/runs/21373274678/job/61524248553?pr=16174

Changes

According to https://github.com/DataDog/system-tests/blob/main/docs/edit/runbook.md#test_config_telemetry_completeness, there's a script that's needed. When I run it, it added in a lot of missing configs that never got merged with this repo.

Workflow

  1. ⚠️ Create your PR as draft ⚠️
  2. Work on you PR until the CI passes
  3. Mark it as ready for review
    • Test logic is modified? -> Get a review from RFC owner.
    • Framework is modified, or non obvious usage of it -> get a review from R&P team

🚀 Once your PR is reviewed and the CI green, you can merge it!

🛟 #apm-shared-testing 🛟

Reviewer checklist

  • Anything but tests/ or manifests/ is modified ? I have the approval from R&P team
  • A docker base image is modified?
    • the relevant build-XXX-image label is present
  • A scenario is added, removed or renamed?

@wantsui wantsui requested a review from a team as a code owner January 26, 2026 21:57
@wantsui wantsui requested review from link04 and removed request for a team January 26, 2026 21:57
@github-actions
Copy link
Copy Markdown
Contributor

CODEOWNERS have been resolved as:

utils/telemetry/intake/static/config_norm_rules.json                    @DataDog/apm-sdk
utils/telemetry/intake/static/config_prefix_block_list.json             @DataDog/apm-sdk
utils/telemetry/intake/static/go_config_rules.json                      @DataDog/apm-sdk
utils/telemetry/intake/static/nodejs_config_rules.json                  @DataDog/apm-sdk
utils/telemetry/intake/static/python_config_rules.json                  @DataDog/apm-sdk

@datadog-official
Copy link
Copy Markdown

datadog-official Bot commented Jan 26, 2026

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: cb57c63 | Docs | Datadog PR Page | Was this helpful? Give us feedback!

@bm1549
Copy link
Copy Markdown
Contributor

bm1549 commented Jan 26, 2026

According to https://github.com/DataDog/system-tests/blob/main/docs/edit/runbook.md#test_config_telemetry_completeness, there's a script that's needed. When I run it, it added in a lot of missing configs that never got merged with this repo.

This is because most languages do not use the system test and instead depend on the monitor that pings each of the guild channels. This will be alleviated soon as my team intends to automate the process of updating telemetry in dd-go, which would make this system test moot

@wantsui wantsui enabled auto-merge (squash) January 26, 2026 22:47
@wantsui wantsui merged commit c299a0f into main Jan 27, 2026
391 checks passed
@wantsui wantsui deleted the add-new-configs branch January 27, 2026 19:24
wantsui added a commit to DataDog/dd-trace-py that referenced this pull request Jan 27, 2026
## Description

<!-- Provide an overview of the change and motivation for the change -->

I'm trying to get #16174
merged, but it's failing a test called trace completeness because the
new env var didn't get registered:
https://github.com/DataDog/dd-trace-py/actions/runs/21412462731/job/61653888559?pr=16174.

```
                        "(NOT A FLAKE) Read this quick runbook to update allowed configs: https://github.com/DataDog/system-tests/blob/main/docs/edit/runbook.md#test_config_telemetry_completeness"
                    )
E                   ValueError: (NOT A FLAKE) Read this quick runbook to update allowed configs: https://github.com/DataDog/system-tests/blob/main/docs/edit/runbook.md#test_config_telemetry_completeness

tests/test_telemetry.py:771: ValueError
------------------------------ Captured log call -------------------------------
20:26:33.619 ERROR    [
  "DD_TRACE_LOG_LEVEL"
]
```

However, I just got the system test PR to pick up this env var merged
in: DataDog/system-tests#6117, and since it's
still failing, I believe this means I need to update the system tests
reference in dd-trace-py.
## Testing

<!-- Describe your testing strategy or note what tests are included -->

## Risks

<!-- Note any risks associated with this change, or "None" if no risks
-->

## Additional Notes

<!-- Any other information that would be helpful for reviewers -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants