Skip to content

Releases: opsdis/aci-exporter

Release v0.4.0

07 Jun 06:40
Compare
Choose a tag to compare

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

28 Apr 14:18
c51bb83
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

Release 0.3.1

27 Apr 09:25
7be2266
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1 by @dependabot in #16

New Contributors

Full Changelog: v0.3.0...v0.3.1

Release 0.3.0

24 Apr 15:26
2ffd695
Compare
Choose a tag to compare

What's Changed

Full Changelog: release-0.2.1...v0.3.0

Release v0.2.1

13 Jul 07:42
134937f
Compare
Choose a tag to compare

Release v0.2.0

14 Jan 09:56
77cd065
Compare
Choose a tag to compare

Release v0.1.1

23 Aug 08:52
Compare
Choose a tag to compare

Fix issue related to pull request - Fix timeout issue if prometheus takes more than 10 seconds to scrape. #10