-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
typo in aws.rds.write_iops field in processor #28960
typo in aws.rds.write_iops field in processor #28960
Conversation
This pull request does not have a backport label. Could you fix it @aspacca? 🙏
NOTE: |
Pinging @elastic/integrations (Team:Platforms) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
* typo in aws.rds.write_iops field in processor * changelog (cherry picked from commit 84ad0b3)
Bug
What does this PR do?
use the proper
to
valueaws.rds.write.iops
instead ofaws.rds.write_iops
for rename processor in rds metricsetWhy is it important?
Fields were renamed in #28350.
A typo in the rename processor for
aws.rds.write.iops
slipped through CR.The processor is ingesting the data in the wrong field.
Checklist
- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs