Skip to content

draft: add implied version support ranges to integration registry #13287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 72 commits into
base: main
Choose a base branch
from

Conversation

wconti27
Copy link
Contributor

Checklist

  • PR author has checked that all the criteria below are met
  • The PR description includes an overview of the change
  • The PR description articulates the motivation for the change
  • The change includes tests OR the PR description describes a testing strategy
  • The PR description notes risks associated with the change, if any
  • Newly-added code is easy to change
  • The change follows the library release note guidelines
  • The change includes or references documentation updates if necessary
  • Backport labels are set (if applicable)

Reviewer Checklist

  • Reviewer has checked that all the criteria below are met
  • Title is accurate
  • All changes are related to the pull request's stated goal
  • Avoids breaking API changes
  • Testing strategy adequately addresses listed risks
  • Newly-added code is easy to change
  • Release note makes sense to a user of the library
  • If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment
  • Backport labels are set in a manner that is consistent with the release branch maintenance policy

Copy link
Contributor

github-actions bot commented Apr 28, 2025

CODEOWNERS have been resolved as:

.riot/requirements/10a8045.txt                                          @DataDog/apm-python
.riot/requirements/12b8cfa.txt                                          @DataDog/apm-python
.riot/requirements/1747447.txt                                          @DataDog/apm-python
.riot/requirements/3a9fb88.txt                                          @DataDog/apm-python
.riot/requirements/3ba7e37.txt                                          @DataDog/apm-python
.riot/requirements/8d15996.txt                                          @DataDog/apm-python
.riot/requirements/9d50a6f.txt                                          @DataDog/apm-python
.riot/requirements/a417cc8.txt                                          @DataDog/apm-python
.riot/requirements/c88628f.txt                                          @DataDog/apm-python
ddtrace/contrib/integration_registry/_registry_schema.json              @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/integration_registry/registry.yaml                      @DataDog/apm-core-python @DataDog/apm-idm-python
scripts/freshvenvs.py                                                   @DataDog/apm-core-python
scripts/generate_table.py                                               @DataDog/apm-core-python
scripts/integration_registry/_update_integration_registry_versions.py   @DataDog/apm-core-python
supported_versions_output.json                                          @DataDog/apm-core-python
supported_versions_table.csv                                            @DataDog/apm-core-python
tests/contrib/integration_registry/registry_update_helpers/integration.py  @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/integration_registry/test_external_dependencies.py        @DataDog/apm-core-python @DataDog/apm-idm-python

Copy link
Contributor

github-actions bot commented Apr 28, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

The average import time from this PR is: 235 ± 3 ms.

The average import time from base is: 237 ± 3 ms.

The import time difference between this PR and base is: -2.2 ± 0.1 ms.

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 1.993 ms (0.85%)
ddtrace.bootstrap.sitecustomize 1.318 ms (0.56%)
ddtrace.bootstrap.preload 1.318 ms (0.56%)
ddtrace.internal.products 1.318 ms (0.56%)
ddtrace.internal.remoteconfig.client 0.627 ms (0.27%)
ddtrace 0.675 ms (0.29%)

@pr-commenter
Copy link

pr-commenter bot commented Apr 29, 2025

Benchmarks

Benchmark execution time: 2025-05-02 02:05:40

Comparing candidate commit 630dc0b in PR branch conti/add-implied-support-ranges-to-registry with baseline commit bc56c53 in branch main.

Found 0 performance improvements and 4 performance regressions! Performance is the same for 503 metrics, 5 unstable metrics.

scenario:iast_aspects-lstrip_aspect

  • 🟥 execution_time [+1.392µs; +1.519µs] or [+10.596%; +11.563%]

scenario:iast_aspects-ospathsplit_aspect

  • 🟥 execution_time [+1.017µs; +1.087µs] or [+21.577%; +23.053%]

scenario:iast_aspects-strip_aspect

  • 🟥 execution_time [+1.519µs; +1.648µs] or [+11.671%; +12.669%]

scenario:iast_aspects-swapcase_aspect

  • 🟥 execution_time [+229.454ns; +271.393ns] or [+9.411%; +11.132%]

Base automatically changed from conti/integration-registry-versioning to main May 1, 2025 14:28
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