Fix remote config activation configuration name#6642
Merged
PerfectSlayer merged 1 commit intomasterfrom Feb 9, 2024
Merged
Conversation
mcculls
approved these changes
Feb 8, 2024
mcculls
reviewed
Feb 8, 2024
BenchmarksStartupParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 44 metrics, 10 unstable metrics. LoadParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 11 metrics, 15 unstable metrics. Request duration reports for insecure-bankgantt
title insecure-bank - request duration [CI 0.99] : candidate=1.30.0-SNAPSHOT~f63a396e2b, baseline=1.30.0-RC1~f5119f85c8
dateFormat X
axisFormat %s
section baseline
no_agent (367.186 µs) : 347, 387
. : milestone, 367,
iast (470.223 µs) : 449, 491
. : milestone, 470,
iast_FULL (537.474 µs) : 517, 558
. : milestone, 537,
iast_GLOBAL (501.45 µs) : 480, 523
. : milestone, 501,
iast_HARDCODED_SECRET_DISABLED (474.122 µs) : 453, 496
. : milestone, 474,
iast_INACTIVE (440.467 µs) : 420, 461
. : milestone, 440,
iast_TELEMETRY_OFF (472.089 µs) : 451, 494
. : milestone, 472,
tracing (442.563 µs) : 422, 463
. : milestone, 443,
section candidate
no_agent (364.405 µs) : 344, 385
. : milestone, 364,
iast (472.912 µs) : 452, 494
. : milestone, 473,
iast_FULL (531.772 µs) : 511, 552
. : milestone, 532,
iast_GLOBAL (496.695 µs) : 476, 518
. : milestone, 497,
iast_HARDCODED_SECRET_DISABLED (473.77 µs) : 453, 495
. : milestone, 474,
iast_INACTIVE (442.258 µs) : 421, 463
. : milestone, 442,
iast_TELEMETRY_OFF (466.862 µs) : 446, 488
. : milestone, 467,
tracing (439.381 µs) : 419, 460
. : milestone, 439,
Request duration reports for petclinicgantt
title petclinic - request duration [CI 0.99] : candidate=1.30.0-SNAPSHOT~f63a396e2b, baseline=1.30.0-RC1~f5119f85c8
dateFormat X
axisFormat %s
section baseline
no_agent (1.347 ms) : 1328, 1366
. : milestone, 1347,
appsec (1.748 ms) : 1722, 1774
. : milestone, 1748,
iast (1.528 ms) : 1504, 1552
. : milestone, 1528,
profiling (1.507 ms) : 1482, 1532
. : milestone, 1507,
tracing (1.487 ms) : 1462, 1513
. : milestone, 1487,
section candidate
no_agent (1.334 ms) : 1316, 1353
. : milestone, 1334,
appsec (1.773 ms) : 1748, 1799
. : milestone, 1773,
iast (1.524 ms) : 1500, 1548
. : milestone, 1524,
profiling (1.51 ms) : 1483, 1536
. : milestone, 1510,
tracing (1.487 ms) : 1461, 1513
. : milestone, 1487,
|
bd756c1 to
f63a396
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Does This Do
Fix remote config activation configuration name according to the RFC from
DD_REMOTE_CONFIG_ENABLEDtoDD_REMOTE_CONFIGURATION_ENABLED.Motivation
This is a follow up fix for the issue #6640
Additional Notes
Jira ticket: [PROJ-IDENT]