-
Notifications
You must be signed in to change notification settings - Fork 7
fix: error messages are no longer attached to indicator from event if dashboard processing fails #687
fix: error messages are no longer attached to indicator from event if dashboard processing fails #687
Conversation
Signed-off-by: Joerg Poecher <[email protected]>
Signed-off-by: Joerg Poecher <[email protected]>
in case of querying a dashboard would fail Signed-off-by: Joerg Poecher <[email protected]>
Signed-off-by: Joerg Poecher <[email protected]>
Signed-off-by: Joerg Poecher <[email protected]>
Signed-off-by: Joerg Poecher <[email protected]>
@@ -25,6 +25,7 @@ import ( | |||
) | |||
|
|||
const ProblemOpenSLI = "problem_open" | |||
const NoMetricIndicator = "no metric" |
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.
[golint] reported by reviewdog 🐶
exported const NoMetricIndicator should have comment or be unexported
return e.err | ||
} | ||
|
||
type UploadFileError struct { |
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.
[golint] reported by reviewdog 🐶
exported type UploadFileError should have comment or be unexported
Signed-off-by: Joerg Poecher <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
The following Docker Images have been built: |
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.
LGTM
this closes #538