-
Notifications
You must be signed in to change notification settings - Fork 245
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
Add livedebugging support for prometheus.remote_write #2308
Add livedebugging support for prometheus.remote_write #2308
Conversation
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.
thanks, looks good, just a typo. Be careful when rebase with main because you will need to adjust the changelog since that we cut a new release
} | ||
componenentID := livedebugging.ComponentID(res.opts.ID) |
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.
typo: should be componentID
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 have made the changes :)
bf3c6f6
to
9ad3c23
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.
works well, thanks!
* Add livedebugging support for prometheus.remote_write * Fix typo * Update changelog.md
PR Description
Which issue(s) this PR fixes
Fixes #1032
Notes to the Reviewer
PR Checklist