Skip to content
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

Update readme for fault detector app #28

Merged
merged 11 commits into from
Feb 12, 2024
Merged

Update readme for fault detector app #28

merged 11 commits into from
Feb 12, 2024

Conversation

ishantiw
Copy link
Member

@ishantiw ishantiw commented Feb 9, 2024

What was the problem?

This PR resolves #24

How was it solved?

  • Added steps to install and run the application

@ishantiw ishantiw self-assigned this Feb 9, 2024
@ishantiw ishantiw force-pushed the 24-update-readme branch 4 times, most recently from b612509 to 90b75f1 Compare February 9, 2024 11:08
@ishantiw ishantiw requested a review from Incede February 9, 2024 11:09
@ishantiw ishantiw force-pushed the 24-update-readme branch 2 times, most recently from bd4b450 to 1ea82c1 Compare February 9, 2024 11:27
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
.github/workflows/release.yaml Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
@ishantiw ishantiw requested a review from shuse2 February 12, 2024 10:25
Copy link
Member

@shuse2 shuse2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related this PR, but

2024-02-12T12:01:10+01:00 ERROR Failed at parsing config with error %!w(*errors.errorString=&{fix the following 1 config validation fail(s) to continue:
        - notification.slack.channel_id expected to match regex: `^[A-Za-z0-9]{1,255}$`, received: ''})
2024-02-12T12:01:10+01:00 ERROR Failed to create app, %!w(*errors.errorString=&{fix the following 1 config validation fail(s) to continue:
        - notification.slack.channel_id expected to match regex: `^[A-Za-z0-9]{1,255}$`, received: ''})

there is error due to config coming from other PR

@ishantiw
Copy link
Member Author

@shuse2 Yes I found the error while testing and is fixed along with some minor bug in notification util.

pkg/faultdetector/faultdetector.go Outdated Show resolved Hide resolved
@ishantiw ishantiw requested a review from shuse2 February 12, 2024 13:30
Copy link
Member

@nagdahimanshu nagdahimanshu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

README.md Show resolved Hide resolved
@ishantiw ishantiw merged commit e60ff2d into main Feb 12, 2024
1 check passed
@ishantiw ishantiw deleted the 24-update-readme branch February 12, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update readme to describe usage of fault detector
3 participants