Skip to content

1.1.0rc1 / 20190227

Pre-release
Pre-release
Compare
Choose a tag to compare
@zwopir zwopir released this 27 Feb 12:38
· 269 commits to master since this release

[BREAKING] uses the registered exporter port 9114 instead of 9118. If you need to stick to the old port, you can specify the listen port with --web.listen-address
[BREAKING] commandline flags are now POSIX flags with double dashes --
[FEATURE] new collector for snapshot metrics
[FEATURE] added os memory stats metrics
[FEATURE] enable querying ES via proxy
[FEATURE] new collector for cluster settings
[FEATURE] new collector for indices settings
[FEATURE] cluster info collector. The collector periodically queries the / endpoints and provides the other collectors with a semi up-to-date cluster label

[FEATURE]/ [BUGFIX] grafana dashboard improvements and fixes
[BUGFIX] Fixed createTLSConfig function. Return full tls configuration when ca, crt, key and insecure flag are set

[INTERNAL] added code linting to build pipeline