-
Notifications
You must be signed in to change notification settings - Fork 158
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
feat(Integrations): update user login and signup events collection #2976
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2976 +/- ##
============================================
+ Coverage 72.75% 72.80% +0.05%
- Complexity 2750 2753 +3
============================================
Files 138 138
Lines 15038 15137 +99
Branches 1020 1026 +6
============================================
+ Hits 10941 11021 +80
- Misses 3543 3555 +12
- Partials 554 561 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
Benchmarks [ tracer ]Benchmark execution time: 2024-12-13 09:45:01 Comparing candidate commit ee0b645 in PR branch Found 2 performance improvements and 8 performance regressions! Performance is the same for 168 metrics, 0 unstable metrics. scenario:ContextPropagationBench/benchInject64Bit
scenario:HookBench/benchWithoutHook-opcache
scenario:LogsInjectionBench/benchLogsInfoBaseline-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching1
scenario:SamplingRuleMatchingBench/benchRegexMatching2
scenario:SamplingRuleMatchingBench/benchRegexMatching3
scenario:SamplingRuleMatchingBench/benchRegexMatching4
scenario:SamplingRuleMatchingBench/benchRegexMatching4-opcache
scenario:SpanBench/benchOpenTelemetryInteroperability
scenario:TraceSerializationBench/benchSerializeTrace
|
95dcd66
to
22d8216
Compare
Benchmarks [ appsec ]Benchmark execution time: 2024-12-13 09:52:48 Comparing candidate commit ee0b645 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics. |
bd11fe5
to
9de7062
Compare
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
…p event Signed-off-by: Alexandre Rulleau <[email protected]>
… failure event Signed-off-by: Alexandre Rulleau <[email protected]>
… success event Signed-off-by: Alexandre Rulleau <[email protected]>
…n user events Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
…nctions Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
dfb19df
to
50499a4
Compare
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
2d3ddb4
to
ef44aac
Compare
Description
Implement changes on user login and signup automated event collection according to the RFC.
The following changes have been implemented:
appsec.events.users.login.failure
andappsec.events.users.login.success
Reviewer checklist
Related Jiras: APPSEC-55606, APPSEC-55605, APPSEC-55604