Skip to content

Releases: opsdis/aci-exporter

Release 0.8.1

14 Nov 08:48
2b6c79e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

25 Jul 07:11
b2c7540
Compare
Choose a tag to compare

Overview

Release 0.8.0 add features to manage large ACI fabrics and has been tested on a fabric with 22 spines and 490 leafs. The main new features are:

  • Service discovery - enable Prometheus to discover all spines and leafs for direct access.
  • Run queries directly on spine and leaf in addition to apic. This decrease the load on the apic and increase response time through distribution of the queries.
  • Support for sequential and parallell pagination where queries include filter order-by. This is needed where query response is larger than the single page max of 1000 entities per page.

Big thanks to @camrossi for input and testing.

What's Changed

Full Changelog: v0.7.2...v0.8.0

Release 0.7.2

11 May 11:47
41a34b4
Compare
Choose a tag to compare

What's Changed

  • Add check maximumLifetimeSeconds of token by @minefuto in #56
    • This fix a bug where the token maximum lifetime expire but no new login is done until next token refresh happen which cause a lack of metrics collection until next token refresh.

Full Changelog**: v0.7.1...v0.7.2

Release 0.7.1

13 Jan 17:54
Compare
Choose a tag to compare

Full Changelog: v0.7.0...v0.7.1

Release 0.7.0

02 Jan 14:00
3d244bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

Release v0.6.0

27 Dec 15:54
17a30bc
Compare
Choose a tag to compare

What's Changed

  • Allow overwriting fabric credentials from environment variables
  • Allow fabric(s) configuration using only by environment variables - see README.md for complete documentation
  • Support for argument -v to show version
  • Reduce the docker image size

Contributors

Thanks to @thushjandan and @minefuto for their contributions

Full Changelog: v0.5.0...v0.6.0

Release 0.5.0

11 Dec 13:04
ea40131
Compare
Choose a tag to compare

What's Changed

  • Devnet examples by @camrossi in #43

  • Issue 42 by @thenodon in #44

  • Issue 42 - Reuse client login cookie data between api calls - this feature lower the scrape time since the login api is only done once and later just using the refresh api. All so include changes:

    • additional metrics for auth refresh login sessions
    • using json api for login api
  • Issue 41 - reduce scrapping time - this is partially fixed in #issue_42

  • Issue 40 - auth fails for some passwords containing special characters

  • Issue 36 - Add static label in metrics - Update README.md

Full Changelog: v0.4.3...v0.5.0

Release 0.4.3

06 Oct 08:32
1711116
Compare
Choose a tag to compare

What's Changed

  • String concatenation performance improvments by @thenodon in #39

Full Changelog: v0.4.2...v0.4.3

Release 0.4.2

28 Sep 13:07
f671a6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

Release v0.4.1

12 Jul 06:41
Compare
Choose a tag to compare