-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[HCP Observability] Add safety checks for TelemetryConfig payload response #17511
Conversation
1521434
to
f7e83d6
Compare
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 thanks for making this safer!!
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.
👏 approving, but please remove the changelog before merging. See additional comment.
.changelog/17511.txt
Outdated
@@ -0,0 +1,3 @@ | |||
```release-note:fix |
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.
I would remove the changelog entry since you are making a modification to an unreleased feature. So basically this is a change that customers won't need to know about. Basically, the whole feature should get one changelog entry for the feature being released rather than several smaller updates with every PR.
Please remove this entry file and add the pr/no-changelog
label to the PR.
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.
Sounds good! thank you :D
dabe913
to
f7e83d6
Compare
f7e83d6
to
94998be
Compare
Description
This is a follow-up to #17460
This PR adds safety checks in the event that the Telemetry Gateway is down, or the client does not return an error, we should have the response validated.
Testing & Reproduction steps
Links
PR Checklist