Stefan Kurek
Stefan Kurek
When an Agent connects to a Server for the first time, it may never have received an PackagesAvailable message when the server requests the PackagesStatuses through the send statuses flag....
### Component(s) receiver/vcenter ### Is your feature request related to a problem? Please describe. A packets dropped related metric would be useful for Virtual Machines. ### Describe the solution you'd...
### Apache Airflow version 2.6.0 ### What happened When queuing up a number of DAGs on a basic Airflow installation (SQLite with SequentialExecutor), a number of statd metrics were only...
**Description:** This mostly replaced deprecated packet metrics which already had a warning. Namely `vcenter.host.network.packet.errors`, `vcenter.host.network.packet.count`, and `vcenter.vm.network.packet.count`. They are replaced through enabling by default (while removing the existing warnings) the...
#### PR Description Updates vcenterreceiver and its many bug fixes and updates for use by Alloy. Updates probabilisticsampleprocessor to use new failed_closed config. #### Which issue(s) this PR fixes N/A...
**Description:** Fixes issue with client when there are multiple datacenters. Now first all datacenters (object type) will be collected. They will be passed into the problematic client methods. These methods...
### Component(s) receiver/vcenter ### What happened? ## Description Currently when collecting against an environment which contains multiple Datacenters, there is an issue with two of the client calls (`ResourcePoolInventoryListObjects` and...
Fixes a number of aggregated queries where aggregation wasn't needed. Also changes a few utilization calculations to use a better metric in the denominator (no longer get > 100% values)....
**Describe the bug** While using the `vcenterreceiver` in the OTEL Collector, I came across a bug with a bug in the `VirtualAppList` function. It does not handle nested Virtual Apps...