-
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][datastore_cluster] Add support for new metrics in datastore_cluster metricset #40634
[vSphere][datastore_cluster] Add support for new metrics in datastore_cluster metricset #40634
Conversation
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
…implement-the-datastore_cluster-metricset-beats-changes
This pull request is now in conflicts. Could you fix it? 🙏
|
…implement-the-datastore_cluster-metricset-beats-changes
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
metricbeat/module/vsphere/datastorecluster/datastorecluster_test.go
Outdated
Show resolved
Hide resolved
metricbeat/module/vsphere/datastorecluster/datastorecluster_test.go
Outdated
Show resolved
Hide resolved
metricbeat/module/vsphere/datastorecluster/datastorecluster_test.go
Outdated
Show resolved
Hide resolved
Shared a few more review comments. Rest looks good. |
This pull request is now in conflicts. Could you fix it? 🙏
|
…implement-the-datastore_cluster-metricset-beats-changes
…_cluster metricset (#40634) * initial commit for datastore cluster * mage update * update: - data.json - field.yml * doc updates * datastore_cluster -> datastorecluster * resolve review comments * fix UTs * update URL for UTs * update UTs * fix field mapping * update data.json (cherry picked from commit 30320a3) # Conflicts: # metricbeat/docs/modules/vsphere.asciidoc # metricbeat/docs/modules_list.asciidoc # 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
…_cluster metricset (#40634) * initial commit for datastore cluster * mage update * update: - data.json - field.yml * doc updates * datastore_cluster -> datastorecluster * resolve review comments * fix UTs * update URL for UTs * update UTs * fix field mapping * update data.json
…_cluster metricset (#40634) (#40829) * initial commit for datastore cluster * mage update * update: - data.json - field.yml * doc updates * datastore_cluster -> datastorecluster * resolve review comments * fix UTs * update URL for UTs * update UTs * fix field mapping * update data.json Co-authored-by: Kush Rana <[email protected]>
Description
Here are the following metrics to be added for the datastore cluster data stream in the vSphere metricbeat module. Here we added a new performance API to get more detailed information from vSphere.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues