-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Stats schema update/v5 #10348
Stats schema update/v5 #10348
Conversation
Ticket 6434
Ticket 6434
Ticket 6434
04a2a09
to
d2bd472
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10348 +/- ##
==========================================
- Coverage 82.32% 82.32% -0.01%
==========================================
Files 978 978
Lines 272147 272147
==========================================
- Hits 224057 224046 -11
- Misses 48090 48101 +11
Flags with carried forward coverage won't be shown. Click here to find out more. |
"type": "integer" | ||
}, | ||
"app_layer": { | ||
"type": "object", | ||
"properties": { | ||
"expectations": { | ||
"description": "Expectation (dynamic parallel flow) counter", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is 'dynamic parallel flow'? Its not something we refer to anywhere else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I read it in the code as the definition of expectation. See: https://github.com/OISF/suricata/blob/master/src/app-layer-expectation.c#L26
Do you propose this to be removed?
Description of some stats params.
Can be merged as-is once approved or we can wait for other stats updates too.
Link to redmine ticket: https://redmine.openinfosecfoundation.org/issues/6434
Previous PR: #10324
Changes since v3: