You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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.