-
Notifications
You must be signed in to change notification settings - Fork 345
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
[CDAP-21128] Add rule based error classification #15846
Conversation
65f83dd
to
4290104
Compare
...c/main/java/io/cdap/cdap/gateway/handlers/preview/PreviewErrorClassificationHttpHandler.java
Outdated
Show resolved
Hide resolved
cdap-watchdog/src/main/java/io/cdap/cdap/logging/ErrorLogsClassifier.java
Outdated
Show resolved
Hide resolved
cdap-watchdog/src/main/java/io/cdap/cdap/logging/ErrorLogsClassifier.java
Outdated
Show resolved
Hide resolved
cdap-watchdog/src/main/java/io/cdap/cdap/logging/ErrorLogsClassifier.java
Outdated
Show resolved
Hide resolved
cdap-watchdog/src/main/java/io/cdap/cdap/logging/ErrorLogsClassifier.java
Outdated
Show resolved
Hide resolved
cdap-watchdog/src/main/java/io/cdap/cdap/logging/ErrorLogsClassifier.java
Outdated
Show resolved
Hide resolved
cdap-watchdog/src/main/java/io/cdap/cdap/logging/ErrorLogsClassifier.java
Outdated
Show resolved
Hide resolved
cdap-watchdog/src/main/java/io/cdap/cdap/logging/ErrorLogsClassifier.java
Outdated
Show resolved
Hide resolved
cdap-watchdog/src/main/java/io/cdap/cdap/logging/ErrorLogsClassifier.java
Outdated
Show resolved
Hide resolved
78bffde
to
6f31f86
Compare
041a1f5
to
b996e92
Compare
cdap-watchdog/src/main/java/io/cdap/cdap/logging/ErrorLogsClassifier.java
Outdated
Show resolved
Hide resolved
cdap-watchdog/src/main/java/io/cdap/cdap/logging/ErrorLogsClassifier.java
Outdated
Show resolved
Hide resolved
cdap-proto/src/main/java/io/cdap/cdap/proto/ErrorClassificationResponse.java
Outdated
Show resolved
Hide resolved
cdap-watchdog/src/main/java/io/cdap/cdap/logging/ErrorLogsClassifier.java
Outdated
Show resolved
Hide resolved
cdap-watchdog/src/main/java/io/cdap/cdap/logging/ErrorLogsClassifier.java
Outdated
Show resolved
Hide resolved
b996e92
to
3c3ce0d
Compare
rule-based classification is only meant to be used when we are not able to identify things using |
3c3ce0d
to
d2bcb48
Compare
6135feb
to
0f5ef26
Compare
0f5ef26
to
9cc46d8
Compare
|
Jira : CDAP-21128
Description
This PR adds support for rule based error classification for program run failures.
Unit Tests
Added
ErrorLogsClassifierTest#testClassifyLogsWithRuleBasedClassification
Tested in CDAP Sandbox