Skip to content

[proxy] add DogStatsD UDP forwarding#6835

Draft
smola wants to merge 1 commit intomainfrom
smola/proxy-udp
Draft

[proxy] add DogStatsD UDP forwarding#6835
smola wants to merge 1 commit intomainfrom
smola/proxy-udp

Conversation

@smola
Copy link
Copy Markdown
Member

@smola smola commented May 1, 2026

Motivation

Changes

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?

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

CODEOWNERS have been resolved as:

utils/_context/_scenarios/__init__.py                                   @DataDog/system-tests-core
utils/_context/containers.py                                            @DataDog/system-tests-core
utils/proxy/core.py                                                     @DataDog/system-tests-core
utils/proxy/ports.py                                                    @DataDog/system-tests-core

@datadog-datadog-prod-us1
Copy link
Copy Markdown

datadog-datadog-prod-us1 Bot commented May 1, 2026

Tests

Fix all issues with BitsAI or with Cursor

⚠️ Warnings

🧪 124 Tests failed

tests.test_config_consistency.Test_Config_RuntimeMetrics_Enabled.test_main[akka-http] from system_tests_suite   View in Datadog   (Fix with Cursor)
assert (0 > 0 or 0 > 0)
 +  where 0 = len([])
 +  and   0 = len([])

self = <tests.test_config_consistency.Test_Config_RuntimeMetrics_Enabled object at 0x7fc29cb9db20>

    def test_main(self):
        assert self.req.status_code == 200
    
        runtime_metrics_gauges, runtime_metrics_sketches = get_runtime_metrics()
...
tests.test_config_consistency.Test_Config_RuntimeMetrics_Enabled.test_main[akka-http] from system_tests_suite   View in Datadog   (Fix with Cursor)
assert (0 > 0 or 0 > 0)
 +  where 0 = len([])
 +  and   0 = len([])

self = <tests.test_config_consistency.Test_Config_RuntimeMetrics_Enabled object at 0x7f46f88acf80>

    def test_main(self):
        assert self.req.status_code == 200
    
        runtime_metrics_gauges, runtime_metrics_sketches = get_runtime_metrics()
...
tests.test_config_consistency.Test_Config_RuntimeMetrics_Enabled.test_main[chi] from system_tests_suite   View in Datadog   (Fix with Cursor)
assert (0 > 0 or 0 > 0)
 +  where 0 = len([])
 +  and   0 = len([])

self = <tests.test_config_consistency.Test_Config_RuntimeMetrics_Enabled object at 0x7fda60919730>

    def test_main(self):
        assert self.req.status_code == 200
    
        runtime_metrics_gauges, runtime_metrics_sketches = get_runtime_metrics()
...
View all

ℹ️ Info

No other issues found (see more)

❄️ No new flaky tests detected

Useful? React with 👍 / 👎

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

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.

1 participant