Skip to content
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

MQ TEST - fix(telemetry): fix integration name telemetry after refactoring to internal #10177

Closed
wants to merge 14 commits into from
Closed
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ tests/internal/symbol_db/ @DataDog/debugger-python

# ASM
benchmarks/appsec* @DataDog/asm-python
benchmarks/bm/iast_utils* @DataDog/asm-python
benchmarks/base/aspects_benchmarks_generate.py @DataDog/asm-python
ddtrace/appsec/ @DataDog/asm-python
ddtrace/settings/asm.py @DataDog/asm-python
ddtrace/contrib/subprocess/ @DataDog/asm-python
Expand Down
5 changes: 5 additions & 0 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ appsec-iast-propagation:
variables:
SCENARIO: "appsec_iast_propagation"

appsec-iast-aspects:
extends: .benchmarks
variables:
SCENARIO: "appsec_iast_aspects"

# Flaky benchmark test. Timeout errors
#benchmark-encoder:
# extends: .benchmarks
Expand Down
Loading
Loading