-
Notifications
You must be signed in to change notification settings - Fork 117
[feat] Add perflog_ignore attribute in httpjson handler
#2620
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] Add perflog_ignore attribute in httpjson handler
#2620
Conversation
|
@jenkins-cscs retry dom |
Codecov ReportBase: 86.26% // Head: 86.23% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2620 +/- ##
==========================================
- Coverage 86.26% 86.23% -0.03%
==========================================
Files 60 60
Lines 10962 10971 +9
==========================================
+ Hits 9456 9461 +5
- Misses 1506 1510 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Since Kibana rejects a record that includes a list of values of different types (for example
check_perfvalues) I added theperflog_ignorein the configuration which will exclude these attributes from the json that we eventually send.I don't think we should exclude the key from all logs. What do you think?