-
Notifications
You must be signed in to change notification settings - Fork 174
[otel]: Add e2e test for monitoring metrics in otel mode #8009
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
Conversation
This pull request does not have a backport label. Could you fix it @khushijain21? 🙏
|
Does this overlap with what #7622 intends to do? |
This pull request is now in conflicts. Could you fix it? 🙏
|
Thanks for clarifying! |
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.
This looks like it is for agent monitoring. We really want this test to be for something that isn't agent monitoring. So a different Metricbeat module that would be a different config.
I am not sure I understand. This test is intended for agent monitoring so |
This changeset seems to drop |
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.
one small change, otherwise lets merge and I'll have one more round of adding to this test for https://github.com/elastic/ingest-dev/issues/4876
/test |
|
💚 Build Succeeded
History
|
* Add e2e test for monitoring metrics in otel mode (cherry picked from commit 3b0c227)
* Add e2e test for monitoring metrics in otel mode (cherry picked from commit 3b0c227)
* Add e2e test for monitoring metrics in otel mode (cherry picked from commit 3b0c227) Co-authored-by: Khushi Jain <[email protected]>
* Add e2e test for monitoring metrics in otel mode (cherry picked from commit 3b0c227) Co-authored-by: Khushi Jain <[email protected]>
What does this PR do?
This PR adds e2e tests for self-monitoring metrics exposed using beatreceivers. It also asserts document equivalency for metrics exposed by normal mode vs otel mode.
Why is it important?
Required to safely transition running elastic-agent in otel mode.
Checklist
./changelog/fragments
using the changelog toolRelated issues