Releases: opsdis/aci-exporter
Release 0.8.1
What's Changed
- build(deps): bump google.golang.org/protobuf from 1.26.0-rc.1 to 1.33.0 by @dependabot in #55
- Issue 72 by @thenodon in #73
Full Changelog: v0.8.0...v0.8.1
v0.8.0
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
- Merge master by @thenodon in #59
- MultiArch Support by @camrossi in #61
- Merge from master by @thenodon in #62
- Service Discovery Crash Fix by @camrossi in #66
- Issue 58 discovery by @thenodon in #68
Full Changelog: v0.7.2...v0.8.0
Release 0.7.2
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
Full Changelog: v0.7.0...v0.7.1
Release 0.7.0
Release v0.6.0
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
- @thushjandan made their first contribution in #45
- @minefuto #47
Full Changelog: v0.5.0...v0.6.0
Release 0.5.0
What's Changed
-
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
What's Changed
Full Changelog: v0.4.2...v0.4.3
Release 0.4.2
Release v0.4.1
Full Changelog: v0.4.0...v0.4.1