Releases: newrelic/nri-vsphere
Releases · newrelic/nri-vsphere
v1.2.3
What's Changed
- chore(deps): bump github.com/vmware/govmomi from 0.27.1 to 0.27.2 by @dependabot in #107
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Upgrade dependency version for govmomi, testify, yaml.v2 .
v1.2.1
v1.2.0
Notes
Now in case the instance name is specified as "*" when retrieving performance metrics.
These change allows retrieving the performance metrics that were not available yet.
Changes
- Performance metrics are now retrieved taking in consideration all instances
- In case multiple instances are mapped to a single newrelic DataSample the average is computed (ES: one metric per eare CPU core of an host)
v1.1.1
Notes
This release includes adds a ipAddresses attribute to vm sample.
Changes
- Adds ipAddresses attribute
- Adds logs for discarded vm and host
v1.1.0
Notes
This release includes a resource filter by tags feature as a main change
Changes
- Resource filtering by tag
- Move config parameter to env: section in config .sample files
- Add logs to print API type in debug mode
v1.0.0
Notes
The solution comes with improvements and fixes to features already present, stability and performances
This new version introduces 4 main features, each one of them can be enable/disabled from the configuration file:
- Events are now collected and processed
- Tags are now collected and processed
- Snapshots are now collected and processed
- performance Metrics are now collected and processed
Feat
- vsphere events: events are now fetched and processed (#31)
- performance metrics: add datastore/cluster/resource performance metrics (#47)
- snapshots: snapshot data is now retrieved and processed (#36)
- tags: add tags collection and metric (#32)
Fix
- makefile: compile output (#45)
- perfMetricFile: added default value for argument (#55)
- performance: fetching from vsphere only the info we need for network and datastores
- tags: order tags when they are multiple per category (#39)
Test
- lint: added lint to test process
- integration tests move to json schema integration tests (#51)
Chore
v0.0.10
- fix (resilience): Added more checks for pointers and improved error management
Beta Release v0.0.8
Fixes:
- ssl_validation flag
- null pointer exceptions when vm templates present in vCenter
- name mismatches in attributes
- entity name sanification
Beta Release
v0.0.6 fix dependencies and naming after repo location change (#19)