-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[receiver/tlscheck] Implement Scraper #35823
Conversation
7021957
to
7e2efe8
Compare
e70cc3d
to
04e76eb
Compare
2863b29
to
05448b6
Compare
1b1c149
to
349749a
Compare
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@michael-burt PTAL at the CI failures |
Please resolve conflicts. |
@@ -8,11 +8,10 @@ status: | |||
codeowners: |
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.
It's technically the line above this one but github won't let me target it - this shows distrbutions: [config]
when it's not yet in any distribution..
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.
Since it was already this way in the previous wireframe PR I'm fine with letting this go and just having the followup PR be soon ™️
Description
Implements the scraper functionality of this receiver. It supports one or more host-based checks which are executed in parallel.
Link to tracking issue
Fixes #35842
Testing
This includes tests for both valid and invalid certs.
Documentation