Skip to content

Releases: cblomart/vsphere-graphite

v0.9

24 Dec 08:22
Compare
Choose a tag to compare

General package upgrades

Promotheus race & updates

13 May 15:19
37a9dcb
Compare
Choose a tag to compare

Package update by package bot
Simplification of prometheus workings.

fix goroutines leak

03 Jun 05:26
aba709b
Compare
Choose a tag to compare

Fixes: goroutines leak with prometheus
Adds: compose file to test with vcenter simulator (graphite and prometheus)

Bug correction and full environment variable support

09 Apr 14:22
Compare
Choose a tag to compare

This version adds support for environement variables to control vcenter instances and backend variables.
Support of environment variables rendres docker usage easier as specific parameters can be set via environment variables.

Bugs corrected:

  • document proper variables for backend (CONFIG_* in place of BACKEND_*)
  • resolve multiprocessor management of prometheus & thin prometheus were all statistics were not allways returned (thanks @Teriand)

Windows Support

03 Apr 09:59
a713caa
Compare
Choose a tag to compare

Bug correction on windows thanks to @finkr:

vsphere-graphite on windows didn't find the config file as it looked for "/etc".

vsphere-graphite will now look for the configuration in "/etc" first and then in the current directory.

bug resolutions (500K+ metrics,graphite,speed)

11 Mar 06:57
Compare
Choose a tag to compare

resolved issues:

  • #65 where too much returned metrics prevent parsing the xml response back
  • #78 where name resolution didn't work well for grafana (no metadata needed did deselect names; should solve #77 also)
  • #72 where metric submission didn't work well and slows down the whole cycle

also:
CI/CD is back in the cloud with drone (cloud.drone.io)

Prometheus Bug Correction

08 Aug 11:50
Compare
Choose a tag to compare

Correct bug #58 where prometheus hangs

Add Prometheus & fluentd

27 Jul 13:09
Compare
Choose a tag to compare

Adds support of prometheus and fluentd.
A full rewrite of caching of collected metrics was done to spare a bit memory.
Other diverse bug fixes were added.

Select Properties

10 Jul 16:51
Compare
Choose a tag to compare

Resolved a bug preventing to provide tags and vcenter.

Added the possibility to select logged properties (i.e. host, cluster datastore)

Elasticsearch

07 Jul 06:37
a540faa
Compare
Choose a tag to compare

Support elasticsearch backend thanks to @MnrGreg and @fdmsantos.