Skip to content

Conversation

@mabdinur
Copy link
Contributor

Motivation

Add Rust endpoints to test otel logs support.

Changes

Support:

  • /otel/logger/create
  • /otel/logger/write

Update tests to be compatible with logs implementation

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
Contributor

github-actions bot commented Jan 28, 2026

CODEOWNERS have been resolved as:

manifests/rust.yml                                                      @DataDog/apm-rust
tests/parametric/test_otel_logs.py                                      @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_parametric_endpoints.py                           @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
utils/build/docker/nodejs/parametric/server.js                          @DataDog/dd-trace-js @DataDog/system-tests-core
utils/build/docker/rust/parametric/Cargo.lock                           @DataDog/apm-rust @DataDog/system-tests-core
utils/build/docker/rust/parametric/Cargo.toml                           @DataDog/apm-rust @DataDog/system-tests-core
utils/build/docker/rust/parametric/Dockerfile                           @DataDog/apm-rust @DataDog/system-tests-core
utils/build/docker/rust/parametric/src/main.rs                          @DataDog/apm-rust @DataDog/system-tests-core
utils/build/docker/rust/parametric/src/opentelemetry/dto.rs             @DataDog/apm-rust @DataDog/system-tests-core
utils/build/docker/rust/parametric/src/opentelemetry/mod.rs             @DataDog/apm-rust @DataDog/system-tests-core
utils/docker_fixtures/_test_clients/_test_client_parametric.py          @DataDog/system-tests-core
utils/docker_fixtures/parametric.py                                     @DataDog/system-tests-core

@datadog-datadog-prod-us1
Copy link

datadog-datadog-prod-us1 bot commented Jan 30, 2026

⚠️ Tests

Fix all issues with Cursor

⚠️ Warnings

❄️ 1 New flaky test detected

tests.parametric.test_dynamic_configuration.TestDynamicConfigSamplingRules.test_trace_sampling_rules_override_env[library_env0, parametric-python] from system_tests_suite (Datadog) (Fix with Cursor)
assert 0.8 == 0.55 ± 5.5e-07
  comparison failed
  Obtained: 0.8
  Expected: 0.55 ± 5.5e-07

self = <tests.parametric.test_dynamic_configuration.TestDynamicConfigSamplingRules object at 0x7fb914f11130>
test_agent = <utils.docker_fixtures._test_agent.TestAgentAPI object at 0x7fb8e0145130>
test_library = <utils.docker_fixtures._test_clients._test_client_parametric.ParametricTestClientApi object at 0x7fb8e0092210>

    @parametrize(
...

ℹ️ Info

🧪 All tests passed

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: bb98e88 | Docs | Datadog PR Page | Was this helpful? 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.

2 participants