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

[chore][exporter/prometheusremotewrite] Rename pointer receiver to match type prweWAL #37781

Merged
merged 4 commits into from
Feb 10, 2025

Conversation

pjanotti
Copy link
Contributor

@pjanotti pjanotti commented Feb 7, 2025

Description

While implementing #37733 I noticed that the pointer receiver to the methods of the prweWAL were prwe, however, this made harder to navigate the code since it was the same name of the receiver pointer used for the type prweExporter. Changing it to match the respective type makes easier to read and navigate the code.

Testing

Local lint and make.

Documentation

N/A

@pjanotti pjanotti requested review from dashpole and a team as code owners February 7, 2025 18:02
@pjanotti pjanotti added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Feb 7, 2025
@dashpole dashpole added the ready to merge Code review completed; ready to merge by maintainers label Feb 7, 2025
@songy23 songy23 merged commit 1b97dfc into open-telemetry:main Feb 10, 2025
162 checks passed
@github-actions github-actions bot added this to the next release milestone Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter/prometheusremotewrite ready to merge Code review completed; ready to merge by maintainers Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants