Skip to content

Releases: VoIPGRID/opensips_exporter

v2.0.4

06 Nov 13:46
Compare
Choose a tag to compare

Changelog

0f7e5c1 Don't build ARM arch

Docker images

  • docker pull voipgrid/opensips_exporter:2.0.4
  • docker pull voipgrid/opensips_exporter:latest

v2.0.3

06 Nov 13:37
Compare
Choose a tag to compare

Changelog

b2f18d2 Add docker hub login action

Docker images

  • docker pull voipgrid/opensips_exporter:2.0.3
  • docker pull voipgrid/opensips_exporter:latest

v2.0.1

06 Nov 13:09
Compare
Choose a tag to compare

Changelog

9e96138 Add goreleaser for building binaries, docker image & packages
a02bdcc Use go mod, seperate test/build Docker, improvements based on review

Docker images

  • docker pull voipgrid/opensips_exporter:2.0.1
  • docker pull voipgrid/opensips_exporter:latest

v2.0.0

05 Nov 15:56
Compare
Choose a tag to compare

This release introduces support for OpenSIPS versions >= 3.0 by implementing the mi_http JSON-RPC interface to communicate with the Management Interface.

This is a major release because it introduces a new non-optional flag, -protocol to choose which protocol to communicate with the Management Interface.

In short, OpenSIPS versions up untill 2.4.x need mi_datagram and version >= 3.0 require the mi_http protocol.

v1.1.1

12 Mar 09:11
Compare
Choose a tag to compare

Fixes #5 introduced by new line in statistic output

v1.1.0

06 Nov 11:14
2743cf7
Compare
Choose a tag to compare

This release deals with the changes between OpenSIPS 1 and 2. The metric format has changed between these major versions, and the exporter was not able to deal with the new format until now.
The biggest changes are:

  • Compatibility with OpenSIPS >= 2
  • New load metrics introduced in OpenSIPS 2.4

v1.0.1

27 Jun 12:55
Compare
Choose a tag to compare
  • Add metrics from Kamailio modules
  • Fix bug that returned metrics (zero-value) even though no metrics were received.

v1.0.0

26 Jun 09:34
Compare
Choose a tag to compare

This release marks the first 'stable' version of the opensips_exporter. Since the last release this has changed:

  • Add metric 'opensips_up' instead of returning 500 when MI scrape fails
  • Unexport processors since they weren't being used anywhere else
  • Fix panic condition for load processor
  • Fixed double processor registration that would make metrics unavailable even though they were
  • Fixed tests

v0.1.2

20 Apr 12:25
Compare
Choose a tag to compare

This release sets the default port to 9434. This was done to conform to the Prometheus default port allocations list.

Bugfixes:

  • Fixed bug where exporter panicked when it encountered a metric it had no processor for.

Initial release

20 Apr 09:51
Compare
Choose a tag to compare

This is the first version of the OpenSIPS exporter. It has been tested and developed for OpenSIPS 1.11, although other OpenSIPS versions should be able to use this exporter as well given that it uses the Management Interface which is still being maintained.