-
Notifications
You must be signed in to change notification settings - Fork 300
Convert :telemetry build file to kotlin #8743
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
bric3
wants to merge
1
commit into
master
Choose a base branch
from
migrate-telemetry-build-to-kotlin-dsl
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+59
−56
Conversation
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
BenchmarksStartupParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 63 metrics, 8 unstable metrics. Startup time reports for petclinicgantt
title petclinic - global startup overhead: candidate=1.49.0-SNAPSHOT~529b660f92, baseline=1.49.0-SNAPSHOT~bd7a9c8502
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.016 s) : 0, 1015959
Total [baseline] (10.523 s) : 0, 10523323
Agent [candidate] (1.004 s) : 0, 1004323
Total [candidate] (10.463 s) : 0, 10462709
section appsec
Agent [baseline] (1.159 s) : 0, 1158923
Total [baseline] (10.661 s) : 0, 10660546
Agent [candidate] (1.152 s) : 0, 1152314
Total [candidate] (10.719 s) : 0, 10718713
section iast
Agent [baseline] (1.138 s) : 0, 1137947
Total [baseline] (10.849 s) : 0, 10849378
Agent [candidate] (1.137 s) : 0, 1137071
Total [candidate] (10.842 s) : 0, 10841859
section profiling
Agent [baseline] (1.253 s) : 0, 1253359
Total [baseline] (10.782 s) : 0, 10782038
Agent [candidate] (1.25 s) : 0, 1249516
Total [candidate] (10.815 s) : 0, 10815261
gantt
title petclinic - break down per module: candidate=1.49.0-SNAPSHOT~529b660f92, baseline=1.49.0-SNAPSHOT~bd7a9c8502
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (675.127 ms) : 0, 675127
BytebuddyAgent [candidate] (669.427 ms) : 0, 669427
GlobalTracer [baseline] (242.932 ms) : 0, 242932
GlobalTracer [candidate] (240.374 ms) : 0, 240374
AppSec [baseline] (55.167 ms) : 0, 55167
AppSec [candidate] (54.365 ms) : 0, 54365
Debugger [baseline] (6.233 ms) : 0, 6233
Debugger [candidate] (6.089 ms) : 0, 6089
Remote Config [baseline] (721.044 µs) : 0, 721
Remote Config [candidate] (691.964 µs) : 0, 692
Telemetry [baseline] (12.167 ms) : 0, 12167
Telemetry [candidate] (9.883 ms) : 0, 9883
section appsec
BytebuddyAgent [baseline] (694.872 ms) : 0, 694872
BytebuddyAgent [candidate] (690.208 ms) : 0, 690208
GlobalTracer [baseline] (238.724 ms) : 0, 238724
GlobalTracer [candidate] (237.314 ms) : 0, 237314
AppSec [baseline] (176.717 ms) : 0, 176717
AppSec [candidate] (175.682 ms) : 0, 175682
Debugger [baseline] (5.88 ms) : 0, 5880
Debugger [candidate] (5.892 ms) : 0, 5892
Remote Config [baseline] (630.869 µs) : 0, 631
Remote Config [candidate] (649.37 µs) : 0, 649
Telemetry [baseline] (7.421 ms) : 0, 7421
Telemetry [candidate] (8.1 ms) : 0, 8100
IAST [baseline] (22.156 ms) : 0, 22156
IAST [candidate] (21.965 ms) : 0, 21965
section iast
BytebuddyAgent [baseline] (790.922 ms) : 0, 790922
BytebuddyAgent [candidate] (789.496 ms) : 0, 789496
GlobalTracer [baseline] (230.154 ms) : 0, 230154
GlobalTracer [candidate] (230.121 ms) : 0, 230121
AppSec [baseline] (56.316 ms) : 0, 56316
AppSec [candidate] (56.666 ms) : 0, 56666
Debugger [baseline] (5.844 ms) : 0, 5844
Debugger [candidate] (5.917 ms) : 0, 5917
Remote Config [baseline] (579.374 µs) : 0, 579
Remote Config [candidate] (605.35 µs) : 0, 605
Telemetry [baseline] (7.778 ms) : 0, 7778
Telemetry [candidate] (8.102 ms) : 0, 8102
IAST [baseline] (22.779 ms) : 0, 22779
IAST [candidate] (22.667 ms) : 0, 22667
section profiling
ProfilingAgent [baseline] (96.898 ms) : 0, 96898
ProfilingAgent [candidate] (96.558 ms) : 0, 96558
BytebuddyAgent [baseline] (662.066 ms) : 0, 662066
BytebuddyAgent [candidate] (660.37 ms) : 0, 660370
GlobalTracer [baseline] (374.97 ms) : 0, 374970
GlobalTracer [candidate] (374.012 ms) : 0, 374012
AppSec [baseline] (54.282 ms) : 0, 54282
AppSec [candidate] (53.468 ms) : 0, 53468
Debugger [baseline] (6.166 ms) : 0, 6166
Debugger [candidate] (6.15 ms) : 0, 6150
Remote Config [baseline] (661.448 µs) : 0, 661
Remote Config [candidate] (656.367 µs) : 0, 656
Telemetry [baseline] (8.214 ms) : 0, 8214
Telemetry [candidate] (8.176 ms) : 0, 8176
Profiling [baseline] (96.923 ms) : 0, 96923
Profiling [candidate] (96.582 ms) : 0, 96582
Startup time reports for insecure-bankgantt
title insecure-bank - global startup overhead: candidate=1.49.0-SNAPSHOT~529b660f92, baseline=1.49.0-SNAPSHOT~bd7a9c8502
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.007 s) : 0, 1007209
Total [baseline] (8.643 s) : 0, 8642750
Agent [candidate] (1.004 s) : 0, 1004383
Total [candidate] (8.634 s) : 0, 8634170
section iast
Agent [baseline] (1.134 s) : 0, 1134437
Total [baseline] (9.177 s) : 0, 9176636
Agent [candidate] (1.144 s) : 0, 1143685
Total [candidate] (9.194 s) : 0, 9193591
section iast_HARDCODED_SECRET_DISABLED
Agent [baseline] (1.135 s) : 0, 1135205
Total [baseline] (9.143 s) : 0, 9142518
Agent [candidate] (1.143 s) : 0, 1143029
Total [candidate] (9.153 s) : 0, 9153213
section iast_TELEMETRY_OFF
Agent [baseline] (1.138 s) : 0, 1137697
Total [baseline] (9.173 s) : 0, 9173193
Agent [candidate] (1.131 s) : 0, 1131247
Total [candidate] (9.173 s) : 0, 9173017
gantt
title insecure-bank - break down per module: candidate=1.49.0-SNAPSHOT~529b660f92, baseline=1.49.0-SNAPSHOT~bd7a9c8502
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (670.487 ms) : 0, 670487
BytebuddyAgent [candidate] (668.65 ms) : 0, 668650
GlobalTracer [baseline] (240.553 ms) : 0, 240553
GlobalTracer [candidate] (239.662 ms) : 0, 239662
AppSec [baseline] (54.588 ms) : 0, 54588
AppSec [candidate] (54.389 ms) : 0, 54389
Debugger [baseline] (7.579 ms) : 0, 7579
Debugger [candidate] (6.872 ms) : 0, 6872
Remote Config [baseline] (703.882 µs) : 0, 704
Remote Config [candidate] (688.227 µs) : 0, 688
Telemetry [baseline] (9.884 ms) : 0, 9884
Telemetry [candidate] (10.695 ms) : 0, 10695
section iast
BytebuddyAgent [baseline] (788.661 ms) : 0, 788661
BytebuddyAgent [candidate] (795.569 ms) : 0, 795569
GlobalTracer [baseline] (229.19 ms) : 0, 229190
GlobalTracer [candidate] (231.477 ms) : 0, 231477
IAST [baseline] (22.67 ms) : 0, 22670
IAST [candidate] (22.876 ms) : 0, 22876
AppSec [baseline] (56.28 ms) : 0, 56280
AppSec [candidate] (56.005 ms) : 0, 56005
Debugger [baseline] (5.836 ms) : 0, 5836
Debugger [candidate] (5.844 ms) : 0, 5844
Remote Config [baseline] (591.598 µs) : 0, 592
Remote Config [candidate] (581.158 µs) : 0, 581
Telemetry [baseline] (7.854 ms) : 0, 7854
Telemetry [candidate] (7.871 ms) : 0, 7871
section iast_HARDCODED_SECRET_DISABLED
BytebuddyAgent [baseline] (788.084 ms) : 0, 788084
BytebuddyAgent [candidate] (794.164 ms) : 0, 794164
GlobalTracer [baseline] (229.958 ms) : 0, 229958
GlobalTracer [candidate] (231.17 ms) : 0, 231170
IAST [baseline] (22.801 ms) : 0, 22801
IAST [candidate] (23.019 ms) : 0, 23019
AppSec [baseline] (56.634 ms) : 0, 56634
AppSec [candidate] (56.675 ms) : 0, 56675
Debugger [baseline] (5.888 ms) : 0, 5888
Debugger [candidate] (5.966 ms) : 0, 5966
Remote Config [baseline] (583.045 µs) : 0, 583
Remote Config [candidate] (596.309 µs) : 0, 596
Telemetry [baseline] (7.826 ms) : 0, 7826
Telemetry [candidate] (7.908 ms) : 0, 7908
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (790.369 ms) : 0, 790369
BytebuddyAgent [candidate] (785.393 ms) : 0, 785393
GlobalTracer [baseline] (230.744 ms) : 0, 230744
GlobalTracer [candidate] (229.785 ms) : 0, 229785
IAST [baseline] (22.476 ms) : 0, 22476
IAST [candidate] (22.148 ms) : 0, 22148
AppSec [baseline] (56.356 ms) : 0, 56356
AppSec [candidate] (56.284 ms) : 0, 56284
Debugger [baseline] (5.954 ms) : 0, 5954
Debugger [candidate] (5.904 ms) : 0, 5904
Remote Config [baseline] (614.345 µs) : 0, 614
Remote Config [candidate] (605.481 µs) : 0, 605
Telemetry [baseline] (7.735 ms) : 0, 7735
Telemetry [candidate] (7.748 ms) : 0, 7748
LoadParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 18 unstable metrics. Request duration reports for petclinicgantt
title petclinic - request duration [CI 0.99] : candidate=1.49.0-SNAPSHOT~529b660f92, baseline=1.49.0-SNAPSHOT~bd7a9c8502
dateFormat X
axisFormat %s
section baseline
no_agent (1.359 ms) : 1338, 1379
. : milestone, 1359,
appsec (1.737 ms) : 1714, 1761
. : milestone, 1737,
appsec_no_iast (1.739 ms) : 1715, 1762
. : milestone, 1739,
code_origins (1.683 ms) : 1656, 1711
. : milestone, 1683,
iast (1.516 ms) : 1492, 1540
. : milestone, 1516,
profiling (1.52 ms) : 1495, 1545
. : milestone, 1520,
tracing (1.499 ms) : 1474, 1524
. : milestone, 1499,
section candidate
no_agent (1.356 ms) : 1336, 1376
. : milestone, 1356,
appsec (1.737 ms) : 1714, 1761
. : milestone, 1737,
appsec_no_iast (1.745 ms) : 1722, 1768
. : milestone, 1745,
code_origins (1.682 ms) : 1655, 1709
. : milestone, 1682,
iast (1.511 ms) : 1487, 1535
. : milestone, 1511,
profiling (1.547 ms) : 1523, 1571
. : milestone, 1547,
tracing (1.496 ms) : 1471, 1520
. : milestone, 1496,
Request duration reports for insecure-bankgantt
title insecure-bank - request duration [CI 0.99] : candidate=1.49.0-SNAPSHOT~529b660f92, baseline=1.49.0-SNAPSHOT~bd7a9c8502
dateFormat X
axisFormat %s
section baseline
no_agent (381.462 µs) : 362, 401
. : milestone, 381,
iast (527.646 µs) : 505, 551
. : milestone, 528,
iast_FULL (744.124 µs) : 721, 767
. : milestone, 744,
iast_GLOBAL (565.008 µs) : 541, 589
. : milestone, 565,
iast_HARDCODED_SECRET_DISABLED (513.812 µs) : 491, 537
. : milestone, 514,
iast_INACTIVE (471.931 µs) : 450, 494
. : milestone, 472,
iast_TELEMETRY_OFF (523.014 µs) : 500, 546
. : milestone, 523,
tracing (458.131 µs) : 436, 480
. : milestone, 458,
section candidate
no_agent (384.374 µs) : 365, 404
. : milestone, 384,
iast (515.407 µs) : 493, 538
. : milestone, 515,
iast_FULL (732.758 µs) : 710, 756
. : milestone, 733,
iast_GLOBAL (572.51 µs) : 548, 597
. : milestone, 573,
iast_HARDCODED_SECRET_DISABLED (517.39 µs) : 494, 541
. : milestone, 517,
iast_INACTIVE (473.823 µs) : 452, 496
. : milestone, 474,
iast_TELEMETRY_OFF (516.769 µs) : 494, 539
. : milestone, 517,
tracing (461.383 µs) : 440, 483
. : milestone, 461,
DacapoParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics. Execution time for biojavagantt
title biojava - execution time [CI 0.99] : candidate=1.49.0-SNAPSHOT~529b660f92, baseline=1.49.0-SNAPSHOT~bd7a9c8502
dateFormat X
axisFormat %s
section baseline
no_agent (14.963 s) : 14963000, 14963000
. : milestone, 14963000,
appsec (14.732 s) : 14732000, 14732000
. : milestone, 14732000,
iast (18.916 s) : 18916000, 18916000
. : milestone, 18916000,
iast_GLOBAL (18.043 s) : 18043000, 18043000
. : milestone, 18043000,
profiling (15.234 s) : 15234000, 15234000
. : milestone, 15234000,
tracing (14.889 s) : 14889000, 14889000
. : milestone, 14889000,
section candidate
no_agent (15.486 s) : 15486000, 15486000
. : milestone, 15486000,
appsec (14.891 s) : 14891000, 14891000
. : milestone, 14891000,
iast (18.68 s) : 18680000, 18680000
. : milestone, 18680000,
iast_GLOBAL (17.745 s) : 17745000, 17745000
. : milestone, 17745000,
profiling (15.059 s) : 15059000, 15059000
. : milestone, 15059000,
tracing (15.045 s) : 15045000, 15045000
. : milestone, 15045000,
Execution time for tomcatgantt
title tomcat - execution time [CI 0.99] : candidate=1.49.0-SNAPSHOT~529b660f92, baseline=1.49.0-SNAPSHOT~bd7a9c8502
dateFormat X
axisFormat %s
section baseline
no_agent (1.478 ms) : 1467, 1490
. : milestone, 1478,
appsec (2.387 ms) : 2340, 2435
. : milestone, 2387,
iast (2.16 ms) : 2102, 2219
. : milestone, 2160,
iast_GLOBAL (2.22 ms) : 2160, 2279
. : milestone, 2220,
profiling (2.027 ms) : 1979, 2075
. : milestone, 2027,
tracing (1.989 ms) : 1944, 2035
. : milestone, 1989,
section candidate
no_agent (1.474 ms) : 1463, 1485
. : milestone, 1474,
appsec (2.387 ms) : 2340, 2434
. : milestone, 2387,
iast (2.171 ms) : 2112, 2230
. : milestone, 2171,
iast_GLOBAL (2.207 ms) : 2148, 2267
. : milestone, 2207,
profiling (2.027 ms) : 1980, 2074
. : milestone, 2027,
tracing (1.987 ms) : 1941, 2033
. : milestone, 1987,
|
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
Converts the build.gradle to build.gradle.kts
Motivation
Additional Notes
Contributor Checklist
type:
and (comp:
orinst:
) labels in addition to any usefull labelsclose
,fix
or any linking keywords when referencing an issue.Use
solves
instead, and assign the PR milestone to the issueJira ticket: [PROJ-IDENT]