You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I've migrated from Prometheus VMware exporter to OpenTelemetry but I noticed I lost ability to monitor snapshots.
Since monitoring number of snapshots VM has and snapshot age is crucial in VMware environment, could you please add the metrics ?
@wally007 I don't have any immediate plans to extend this receiver at the moment. I think the suggestion is a good one though. Adding snapshots probably wouldn't be a very difficult addition. Although I did a quick look and I'm actually having trouble finding where snapshot age would come from (I might have to look at the prometheus exporter to figure that one out).
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Component(s)
receiver/vcenter
Is your feature request related to a problem? Please describe.
I've migrated from Prometheus VMware exporter to OpenTelemetry but I noticed I lost ability to monitor snapshots.
Since monitoring number of snapshots VM has and snapshot age is crucial in VMware environment, could you please add the metrics ?
Example from
vmware_exporter
vmware_vm_snapshot_timestamp_seconds{cluster_name="Room1A2", dc_name="Equinix", instance="refinst-vcenter.ref", job="vmware-20s", vm_name="hermes", vm_snapshot_name="VM Snapshot 9%2f22%2f2024, 9:44:15 AM"} 1726991058.813261
Describe the solution you'd like
New metric added for VM objects with snapshot timestamp
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: