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