-
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
[vSphere][resourcepool] Add support for new metrics in resourcepool metricset #40456
[vSphere][resourcepool] Add support for new metrics in resourcepool metricset #40456
Conversation
- Add new Metricset - add/update docs - add unit tests - local testing
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Pinging @elastic/integrations (Team:Integrations) |
This pull request is now in conflicts. Could you fix it? 🙏
|
Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com>
Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com>
Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com>
…vsphere-implement-the-new-resourcepool-metricset
/test |
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.
Shared last set of review comments, rest looks good to me!
/test |
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.
Looks good!
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.
LGTM
/test |
…etricset (#40456) * [vSphere][ResourcePool]: - Add new Metricset - add/update docs - add unit tests - local testing * add changelog entry * golangci-lint fix * add vm names per resourcePool * mage update * update changelog entry * make update * resolve review comment * make update * update changelog entry * resolved review comments * resolve review comments * field updates * Update metricbeat/module/vsphere/resourcepool/_meta/fields.yml Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com> * Update metricbeat/module/vsphere/resourcepool/_meta/fields.yml Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com> * Update metricbeat/module/vsphere/resourcepool/_meta/fields.yml Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com> * update changelog entry * minor changes --------- Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com> (cherry picked from commit 1f77e6e) # Conflicts: # metricbeat/docs/modules/vsphere.asciidoc # metricbeat/docs/modules_list.asciidoc # metricbeat/include/list_common.go # metricbeat/metricbeat.reference.yml # metricbeat/module/vsphere/_meta/README.md # metricbeat/module/vsphere/_meta/config.reference.yml # metricbeat/module/vsphere/_meta/config.yml # metricbeat/module/vsphere/_meta/docs.asciidoc # metricbeat/module/vsphere/fields.go # metricbeat/modules.d/vsphere.yml.disabled # x-pack/metricbeat/metricbeat.reference.yml
…etricset (#40456) * [vSphere][ResourcePool]: - Add new Metricset - add/update docs - add unit tests - local testing * add changelog entry * golangci-lint fix * add vm names per resourcePool * mage update * update changelog entry * make update * resolve review comment * make update * update changelog entry * resolved review comments * resolve review comments * field updates * Update metricbeat/module/vsphere/resourcepool/_meta/fields.yml Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com> * Update metricbeat/module/vsphere/resourcepool/_meta/fields.yml Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com> * Update metricbeat/module/vsphere/resourcepool/_meta/fields.yml Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com> * update changelog entry * minor changes --------- Co-authored-by: Ishleen Kaur <102962586+ishleenk17@users.noreply.github.com>
…etricset (#40456) (#40825) * [vSphere][ResourcePool]: - Add new Metricset - add/update docs - add unit tests - local testing * add changelog entry * golangci-lint fix * add vm names per resourcePool * mage update * update changelog entry * make update * resolve review comment * make update * update changelog entry * resolved review comments * resolve review comments * field updates * Update metricbeat/module/vsphere/resourcepool/_meta/fields.yml * Update metricbeat/module/vsphere/resourcepool/_meta/fields.yml * Update metricbeat/module/vsphere/resourcepool/_meta/fields.yml * update changelog entry * minor changes --------- Co-authored-by: Kush Rana <89848966+kush-elastic@users.noreply.github.com>
Description
Added following new metrics for the ResourcePool datastream in the vSphere metricbeat module. added new performance API to get more detailled info from the vSphere.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues