-
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
[Metricbeat][Postgresql][Database] Fix fields not being parsed correctly #37720
[Metricbeat][Postgresql][Database] Fix fields not being parsed correctly #37720
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
This pull request is now in conflicts. Could you fix it? 🙏
|
…01-postgreSql_fix_field_mappings
💔 Build Failed
Expand to view the summary
Build stats
Pipeline error
❕ Flaky test reportNo test was executed to be analysed. 🤖 GitHub commentsExpand to view the GitHub comments
To re-run your PR in the CI, just comment with:
|
@ishleenk17, I have verified the compatibility of the updated fields for breaking changes, and everything appears to be functioning properly. Here are the steps I followed:
|
…01-postgreSql_fix_field_mappings
Different datastream?
Not sure why it's not showing conflicts, but 2 datatypes means its a conflict. In Integrations, we surely see conflict for such cases. Refer this |
Also, once we do this change in beat, corresponding change should be done in Integrations side as well |
It basically creates new data stream per new version of beat.
You are correct, I also heard same from @aliabbas-elastic and @niraj-elastic as well. |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsExpand to view the GitHub comments
To re-run your PR in the CI, just comment with:
|
Any further update on this ? |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsExpand to view the GitHub comments
To re-run your PR in the CI, just comment with:
|
@kush-elastic : Let's get this to closure. Any further update on the conflict? |
Hey @ishleenk17, Sorry for the delay. |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
/test |
/test |
@ishleenk17, can you please help me take a look here? pipeline seems to be failing for one of the tests. |
/test |
The issue looks unrelated. I have retriggered the build |
@kush-elastic : Can you please check with the CI/CD team on this? As I am getting an option to merge the change. So maybe this is a false positive failure. |
Thanks for looking into this. |
@kush-elastic : I checked with the team who handles CI/CD for beats. This issue can be ignored. |
Thanks @ishleenk17, |
💚 Build Succeeded
History
|
💚 Build Succeeded
History
|
💚 Build Succeeded
History
|
💚 Build Succeeded
History
|
💚 Build Succeeded
History
|
💚 Build Succeeded
History
|
@kush-elastic do you know if this will be backported to 8.13 or 8.12 ? |
Hey @frconil, |
What does this PR do?
Fix
postgresql.database.blocks.time.read.ms
andpostgresql.database.blocks.time.write.ms
being captured and reported as along
instead ofdouble
thus not being reported at all.CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues