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

fix(heartbeat): move check URL to top level of resource #143

Merged
merged 2 commits into from
Sep 17, 2023

Conversation

tomasbasham
Copy link
Member

Unlike other resource the Heartbeat resource does not accept a URL or hostname as an input parameter. This meant that having it inside of monitored_resource made little sense and was causing issues due to the check URL being computed.

@tomasbasham tomasbasham requested a review from a team as a code owner September 15, 2023 11:43
@tomasbasham tomasbasham linked an issue Sep 15, 2023 that may be closed by this pull request
@tomasbasham tomasbasham force-pushed the fix-heartbeat-monitoring-resource branch from 32d4670 to 9dfd87e Compare September 15, 2023 11:44
Unlike other resource the Heartbeat resource does not accept a URL or
hostname as an input parameter. This meant that having it inside of
`monitored_resource` made little sense and was causing issues due to the
check URL being computed.
@tomasbasham tomasbasham force-pushed the fix-heartbeat-monitoring-resource branch from c03af97 to 6c12c77 Compare September 15, 2023 11:53
@tomasbasham tomasbasham added this pull request to the merge queue Sep 17, 2023
Merged via the queue into master with commit 686c77e Sep 17, 2023
10 checks passed
@tomasbasham tomasbasham deleted the fix-heartbeat-monitoring-resource branch September 17, 2023 18:17
@tomasbasham tomasbasham linked an issue Sep 17, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support for Push Tests
2 participants