Releases: VoIPGRID/opensips_exporter
v2.0.4
v2.0.3
v2.0.1
v2.0.0
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
v1.1.0
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
v1.0.0
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
Initial release
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.