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

Add livedebugging support for prometheus.remote_write #2308

Merged
merged 3 commits into from
Jan 17, 2025

Conversation

ravishankar15
Copy link
Contributor

PR Description

Which issue(s) this PR fixes

Fixes #1032

Notes to the Reviewer

PR Checklist

  • CHANGELOG.md updated
  • Documentation added

@clayton-cornell clayton-cornell added the type/docs Docs Squad label across all Grafana Labs repos label Jan 2, 2025
Copy link
Contributor

@wildum wildum left a 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)
Copy link
Contributor

Choose a reason for hiding this comment

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

typo: should be componentID

Copy link
Contributor Author

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 :)

@ravishankar15 ravishankar15 force-pushed the live-debug-prometheus-remote-write branch from bf3c6f6 to 9ad3c23 Compare January 17, 2025 13:37
Copy link
Contributor

@wildum wildum left a comment

Choose a reason for hiding this comment

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

works well, thanks!

@wildum wildum merged commit be7d980 into grafana:main Jan 17, 2025
16 checks passed
clayton-cornell pushed a commit that referenced this pull request Jan 21, 2025
* Add livedebugging support for prometheus.remote_write

* Fix typo

* Update changelog.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/docs Docs Squad label across all Grafana Labs repos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add live debugging support to prometheus.remote_write
3 participants