github peekjef72/httpapi_exporter v0.3.5
0.3.5 / 2024-02-11

latest releases: v0.4.1, v0.4.0, v0.3.9...
19 months ago
  • fix panic when var is not found for metric
  • fix target parsing when exporter is used in proxy mode: allow formats
    • target=host.domain : use default scheme and default port
    • target=host.domain:port : use default scheme
  • add status value for collector_status metric :
    • 0: error
    • 1: ok
    • 2: invalid log
    • 3: timeout
  • add new "template" format: $varname that allow a direct accept to variable in symbols table. it is easier to use this format for loop interaction.
    e.g.:
    loop: "{{ .item.list | toRawJson }}"
    
    can be replaced by:
    e.g.:
    loop: $item.list
    
  • add a new template func "lookupAddr" to retrive DNS hostname from ip address.
  • adapt contribs (netscaler/veeam) with new features.

Don't miss a new httpapi_exporter release

NewReleases is sending notifications on new releases.