Releases: opsdis/aci-exporter
Releases · opsdis/aci-exporter
Release v0.4.0
Release 0.4.0
- [FEATURE] Value transformations and value calculation now support multiple values. This feature is related to issue #22. For more information please see the README.md in section "Value transformations and value calculation with multiple and named values"
- [FEATURE] A new export metrics is add, aci_up, that will be 1 if a successful connection and scraping against the fabric is done. If not the 0. Issue #24
- [FEATURE] Run aci-exporter in cli mode to inspect the raw json output from a class query. This can help when designing the the aci-exporter queries. Please see README.md section "Runing standalone query"
- [ENHANCEMENT] If type and help is missing in the metrics configuration of a query the TYPE output will default to gauge and HELP to "Missing description". For more information please see the README.md in section "Metrics output". Issue #25
- [ENHANCEMENT] It is now possible to default all label keys to lower case by setting the following in the configuration file, issue #26:
metric_format:
# Output in openmetrics format, default false
openmetrics: false
# Transform all label keys to lower case format, default false. E.g. oobMgmtAddr will be oobmgmtaddr
label_key_to_lower_case: false
# Transform all label keys to snake case format, default false. E.g. oobMgmtAddr will be oob_mgmt_addr
label_key_to_snake_case: false
- [BUGFIX] the prefix configuration is now correctly set in HELP and TYPE in the exposition format #21
Thanks to @JDA88 for lots of valuable input to this release
Release 0.3.3
Release 0.3.1
What's Changed
- Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1 by @dependabot in #16
New Contributors
- @dependabot made their first contribution in #16
Full Changelog: v0.3.0...v0.3.1
Release 0.3.0
What's Changed
Full Changelog: release-0.2.1...v0.3.0
Release v0.2.1
Fix #14
Release v0.2.0
Fix issue #12
Uppgrade github.com/tidwall/gjson to v1.9.3 - CVE-2021-42836https://github.com/opsdis/aci-exporter/releases/tag/release-0.1.1
Release v0.1.1
Fix issue related to pull request - Fix timeout issue if prometheus takes more than 10 seconds to scrape. #10