-
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] Add new Cluster metricset #40536
[vSphere] Add new Cluster metricset #40536
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
|
Pinging @elastic/integrations (Team:Integrations) |
This pull request is now in conflicts. Could you fix it? 🙏
|
type assetNames struct { | ||
outputNtNames []string | ||
outputDsNames []string | ||
outputHsNames []string |
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.
Aren't VM's part of the cluster as well ?
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.
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.
If customer wants to get the VM info they can then refer to the details of the hosts and the VM associated with it (through the host metricset).
…phere_cluster_metricset Conflicts: metricbeat/docs/modules/vsphere.asciidoc metricbeat/metricbeat.reference.yml metricbeat/module/vsphere/_meta/config.reference.yml metricbeat/module/vsphere/fields.go
…elastic/beats into vsphere_cluster_metricset
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request is now in conflicts. Could you fix it? 🙏
|
…phere_cluster_metricset Conflicts: metricbeat/docs/modules/vsphere.asciidoc metricbeat/docs/modules_list.asciidoc metricbeat/metricbeat.reference.yml metricbeat/module/vsphere/_meta/config.reference.yml metricbeat/module/vsphere/_meta/docs.asciidoc metricbeat/module/vsphere/fields.go x-pack/metricbeat/metricbeat.reference.yml
type assetNames struct { | ||
outputNtNames []string | ||
outputDsNames []string | ||
outputHsNames []string |
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.
If customer wants to get the VM info they can then refer to the details of the hosts and the VM associated with it (through the host metricset).
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
* add cluster metricset * update changelog * fix lint errors * minor changes * add unit test * update fields.yml * mage update * minor changes * minor changes * mage update * Address review comment * Address review comments * address review comments * update data.json * update fields.yml * update data.json * lint changes * mage update * mage update for x-pack * Mage update after conflicts * update fields.go * Address review comments --------- Co-authored-by: Niraj Rathod <niraj.rathod@crestdatasys.com> Co-authored-by: subham sarkar <subham.sarkar@elastic.co> (cherry picked from commit 1058457) # Conflicts: # metricbeat/docs/modules/vsphere.asciidoc # metricbeat/docs/modules_list.asciidoc # metricbeat/metricbeat.reference.yml # metricbeat/module/vsphere/_meta/config.reference.yml # metricbeat/module/vsphere/_meta/docs.asciidoc # metricbeat/module/vsphere/datastore/_meta/data.json # metricbeat/module/vsphere/datastore/data.go # metricbeat/module/vsphere/datastore/data_test.go # metricbeat/module/vsphere/datastore/datastore.go # metricbeat/module/vsphere/datastore/datastore_test.go # metricbeat/module/vsphere/fields.go # x-pack/metricbeat/metricbeat.reference.yml
* add cluster metricset * update changelog * fix lint errors * minor changes * add unit test * update fields.yml * mage update * minor changes * minor changes * mage update * Address review comment * Address review comments * address review comments * update data.json * update fields.yml * update data.json * lint changes * mage update * mage update for x-pack * Mage update after conflicts * update fields.go * Address review comments --------- Co-authored-by: Niraj Rathod <niraj.rathod@crestdatasys.com> Co-authored-by: subham sarkar <subham.sarkar@elastic.co>
* add cluster metricset * update changelog * fix lint errors * minor changes * add unit test * update fields.yml * mage update * minor changes * minor changes * mage update * Address review comment * Address review comments * address review comments * update data.json * update fields.yml * update data.json * lint changes * mage update * mage update for x-pack * Mage update after conflicts * update fields.go * Address review comments --------- Co-authored-by: Niraj Rathod <niraj.rathod@crestdatasys.com> Co-authored-by: subham sarkar <subham.sarkar@elastic.co>
…ckport (#40828) * [vSphere] Add new Cluster metricset (#40536) * add cluster metricset * update changelog * fix lint errors * minor changes * add unit test * update fields.yml * mage update * minor changes * minor changes * mage update * Address review comment * Address review comments * address review comments * update data.json * update fields.yml * update data.json * lint changes * mage update * mage update for x-pack * Mage update after conflicts * update fields.go * Address review comments --------- Co-authored-by: Niraj Rathod <niraj.rathod@crestdatasys.com> Co-authored-by: subham sarkar <subham.sarkar@elastic.co> * Update CHANGELOG.next.asciidoc * Update CHANGELOG.next.asciidoc * Update CHANGELOG.next.asciidoc --------- Co-authored-by: niraj-elastic <124254029+niraj-elastic@users.noreply.github.com> Co-authored-by: Niraj Rathod <niraj.rathod@crestdatasys.com> Co-authored-by: subham sarkar <subham.sarkar@elastic.co>
Description
Added following new metrics for the datastore metricset in the vSphere metricbeat module. added new performance API to get more detailed info from the vSphere.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues