Skip to content

Tags: solacecommunity/solace-prometheus-exporter

Tags

v1.8.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#91 solace_up metric contains more information and is less fast faili…

…ng (#92)

* #91 solace_up metric contains more information and is less fast failing
* #91 Add ednpoint label for solace_uip metric

v1.8.2

Changed the metric names of rest consumer stats to be more Prometheus…

… compliant.

Added more details to the description of each metric for the rest consumer stats.

v1.8.1

Updates in response to changes requested

Meaningful name for BridgeRemote metrics
Remove HW specific redundancy role metric

v1.8.0

#73 Fix misleading error message

v1.7.2

#71 Fix vpn connection stats

v1.7.1

Fix typo

v.1.7.0

Security fix

v1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pkcs12 support (#68)

* added .p12 filetype to gitignore

* added additional parameters for pkcs12 support

* added additional config params for pkcs12 support.
To avoid breaking change, CertType will automatically set to PEM if not configured. This will ensure previous configurations will remain working even if  the new parameters are not defined. see line 77-81

* - "github.com/go-kit/kit/log" -> "github.com/go-kit/log" -> deprecation warning
  - added kingpin flags for pkcs12 parameters
   - added support for pkcs12 decoding and using for http.ListenAndServeTLS
   - specifying min tls version 1.2, ciphers and preferences

* moved tls logic to separate file

* fixed typo

* extended README with PKCS12 relevant configuration options/examples

v1.5.1

Fix metric solace_up

v1.5.0

#66 adds more metrics for spool stats