[Metricbeat][SM] Extract a kibana/settings metricset from kibana/stats#23200
Merged
sayden merged 13 commits intoelastic:feature-stack-monitoring-mb-ecsfrom Feb 15, 2021
Conversation
Contributor
|
Pinging @elastic/stack-monitoring (Stack monitoring) |
Contributor
|
Pinging @elastic/integrations-services (Team:Services) |
Contributor
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪Test errors
Expand to view the tests failures> Show only the first 10 test failures
|
| Test | Results |
|---|---|
| Failed | 20 |
| Passed | 8715 |
| Skipped | 660 |
| Total | 9395 |
Genuine test errors 
💔 There are test failures but not known flaky tests, most likely a genuine test failure.
- Name:
Build&Test / metricbeat-unitTest / TestConfigureModule/xpack_enabled – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-unitTest / TestConfigureModule – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-windows-2019 / TestConfigureModule/xpack_enabled – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-windows-2019 / TestConfigureModule – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-2016-windows-2016 / TestConfigureModule/xpack_enabled – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-2016-windows-2016 / TestConfigureModule – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-8-windows-8 / TestConfigureModule/xpack_enabled – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-8-windows-8 / TestConfigureModule – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-2012-windows-2012-r2 / TestConfigureModule/xpack_enabled – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-2012-windows-2012-r2 / TestConfigureModule – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-7-windows-7 / TestConfigureModule/xpack_enabled – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-7-windows-7 / TestConfigureModule – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-2008-windows-2008-r2 / TestConfigureModule/xpack_enabled – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-2008-windows-2008-r2 / TestConfigureModule – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-7-32-windows-7-32-bit / TestConfigureModule/xpack_enabled – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-7-32-windows-7-32-bit / TestConfigureModule – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-10-windows-10 / TestConfigureModule/xpack_enabled – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-windows-10-windows-10 / TestConfigureModule – github.com/elastic/beats/v7/metricbeat/helper/elastic - Name:
Build&Test / metricbeat-pythonIntegTest / test_migration – metricbeat.tests.system.test_base.Test - Name:
Build&Test / metricbeat-pythonIntegTest / test_template – metricbeat.tests.system.test_base.Test
b34e638 to
dd99cf8
Compare
Contributor
Author
|
We'll review the work in this branch later before merging in master (this is a PR into a feature branch) because it's getting outdated or requires fixes done in other branches. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now,
kibana/statswas producing 2 types of events, one for the stats themselves and another for settings. This PR separates this behaviour into 2 different metricsets, creatingkibana/settingsas a result