Skip to content

Releases: gonicus/asterisk-prometheus-exporter

v1.1.0

15 Jan 14:48
08b1b59
Compare
Choose a tag to compare

Added

  • Add metric version_info showing the version of the exporter #12
  • Add the fully_booted_validation_timeout configuration value to specify how long to wait for the FullyBooted event at startup #13

Changed

  • The exporter now waits for the FullyBooted event sent by Asterisk. Used to prevent sending actions to early #13
  • Improve logging #14
  • Improve docker instructions in README.md #10
  • Update lint and test workflows to only run on the pull_request trigger #15

Fixed

  • Fix scrape example in README.md #11

Dependencies

Dependencies have been updated with the following pull request: #4

  • Updated python to 3.12.1
  • Updated prometheus-client to 0.19.0
  • Updated asterisk-ami to 0.1.7
  • Updated jsonschema to 4.20.0
  • Updated Docker image to use python:3.12.1-alpine
  • Updated Flake8 to run on ubuntu-22.04
  • Updated Flake8 to use python version 3.12.1

v1.0.0 - Initial release

05 Jan 15:07
adb1d1c
Compare
Choose a tag to compare

Initial release of the exporter.

Docker image: https://github.com/gonicus/asterisk-prometheus-exporter/pkgs/container/asterisk-prometheus-exporter

See README.md for more information.