Skip to content

Releases: tesibelda/vcstat

v0.2.2

25 Feb 11:44
Compare
Choose a tag to compare

Changelog

  • 795cbd1 [bugfix] avoid panic when host cache is empty
  • e061194 [build] bumb lib versions, telegraf 1.29.4 and govmomi 0.34.2, also other dependencies
  • 3d07080 [chore] increase lint timeout and remove 1.17 compat from release
  • a25130a [chore] revive lint on host and check context error
  • 3fcc328 [lint] fix gosec's G601
  • 7a80be5 [lint] fix perfsprint lint issue

v0.2.1

09 Sep 14:57
Compare
Choose a tag to compare

Changelog

  • ec47bfe [bufix] reset esxcli response time on every poll in any case
  • 637db45 [releasing] bump to govmomi 0.30.7 and telegraf 1.27.4

v0.2.0

27 Jun 21:09
Compare
Choose a tag to compare

Changelog

  • 4309319 [bugfix] better handling no client and no responding when creating esxcli metrics
  • db4a838 [bugfix] display vcenter having session issues
  • f85c427 [bugfix] fix error message when esxcli graphics fails
  • f4233e2 [bugfix] fix esxcli field name
  • c16073a [bugfix] fix gather context timeout and display vcenter having session issues
  • b70b9ff [bugfix] properly reset reference lists in dc loops
  • 9179a30 [bugfix] recreate context on every gather call and error on slow esxcli response
  • 46fa030 [chore] decapitalize error messages
  • 1b50232 [chore] fix lint issues with revive, unconvert and errorlint
  • fd44491 [chore] lint issues with gofmt and gocritic
  • 5822782 [code] CHANGING round cache persistency time and default timeout to 10s
  • 8b2bf40 [doc] prefer to use STDIN signal in telegraf config
  • 30cd32c [feature] CHANGING set response_time_ns as the sum of time spent in esxcli cmds per poll instead of the running mean
  • 075b7c2 [releasing] bump to govmomi v0.30.5

v0.1.11

26 May 09:41
Compare
Choose a tag to compare

Changelog

  • 84edcd8 [bugfix] consider an esxcli response larger than interval as notreporting
  • f5c6718 [bugfix] fix typo for host num_datastores field
  • 921e9dd [bugfix] report all esxcli execution errors
  • a1180ee [chore] reduce cyclomatic complexities
  • f15a226 [feature] Add optional alias tag for internal metrics
  • f6f5684 [feature] added host fields for number of vms and datastores
  • fe1bc4d [feature] added vcstat_version tag to internal_vcstat metrics
  • be9f006 [releasing] bump to govmomi 0.30.4 and telegraf 1.26.3

v0.1.10

12 Feb 13:04
Compare
Choose a tag to compare

Changelog

  • c76f5f9 [feature] Add VM filtering configuration parameter
  • 2188a97 [feature] Add cluster and host filtering configuration parameters
  • c90f456 [feature] added more metrics for DVS
  • 824e3f3 [releasing] bump to go v1.19.5 and govmomi v0.30.2

v0.1.9

06 Jan 18:26
Compare
Choose a tag to compare

Changelog

  • a81cc66 [feature] New optional metrics for host services
  • f3055d3 [releasing] bump to govmomi 0.30.0 and telegraf 1.24.4

v0.1.7

17 Sep 19:39
Compare
Choose a tag to compare

Changelog

  • 5fa50c6 [bugfix]: avoid panic when no host metrics are collected
  • a8df9ac [code]: reduce go GC work by reusing tag and fields maps
  • cbda8f0 [code]: use tag and field at vc as in other collectors
  • 8ed1f6d [doc]: fix typo en readme
  • 4f0c53b [enhancement]: reduced gather time by using bulk properties queries

v0.1.6

31 Aug 10:23
Compare
Choose a tag to compare

Changelog

  • f655cc7 [bugfix]: fix task go mod command
  • 6319f5f [code]: move vcollector to internal folder
  • 737723a [code]: standardize error messages and fix typo
  • 89264de [enhancement]: add number of VMs field to cluster measurement
  • a599e70 [enhancement]: remove deprecated memory_overhead and add VM fields for CPU/Memory upper-bound
  • aa41402 [feature]: create and use govplus and tgplus packages with govmomi and telegraf helpers

v0.1.5

26 Aug 09:24
Compare
Choose a tag to compare

Changelog

  • fd496c8 [code]: use GetCurrentTime to check if session is active
  • 65dc698 [doc] update Description() text and mod tidy command
  • d68b61e [enhancement]: add VM measurement with state and CPU/Memory capacity information
  • bab4f47 [enhancement]: add host fields for CPU and Memory capacity information
  • d47337f [releasing] v0.1.5 released with govmomi 0.29.0 and go 1.18.5

v0.1.4

21 May 15:44
Compare
Choose a tag to compare

Changelog

  • caa3ca5 [bugfix] fix typo for vcstat_datastore uncommitted field
  • de6bd0c [bugfix] output responding_code also when not responding
  • 457283d [code] reduce Gather() cyclomatic complexity
  • e754b03 [doc] use sample output timestamp with precision
  • af45f9d [feature] set precision acording to poll interval (influxdata/telegraf#10881)
  • 85245f5 [releasing] update to govmomi 0.28.0 and go 1.18.2