Openldap Exporter Versions Save

This is a simple service that scrapes metrics from OpenLDAP and exports them via HTTP for Prometheus consumption.

v2.2.2

1 year ago

Commits

  • [ef7487c]: update to go1.18 (Tom Czarniecki)
  • [286817a]: publish sha256 signatures (Tom Czarniecki)
  • [675f29b]: add counters for bind & dial ldap op success (Tom Czarniecki)
  • ok rather than fail (Tom Czarniecki)

v2.2.1

2 years ago

Commits

  • [c20e932]: scraper will never return an actual error (Tom Czarniecki)
  • [9a91e2e]: update to go1.18 (Tom Czarniecki)
  • [27859c4]: smaller binary size (Tom Czarniecki)
  • [3e49c6e]: only release gzipped files (Tom Czarniecki)

v2.2.0

2 years ago

Features

Commits

  • [c1d1053]: fix goimports install (Tom Czarniecki)
  • [19a19d2]: typo fix (Tom Czarniecki)
  • [08da0a2]: value parsing errors should not fail a scrape (Tom Czarniecki)
  • [f32db76]: provide better error when parsing fails (Tom Czarniecki)
  • [36a1ee3]: version 2.2.0 (Tom Czarniecki)

v2.1.4

2 years ago

Commits

  • [b6f2972]: logging cleanup (Tom Czarniecki)
  • [bfd3b07]: cleanup (Tom Czarniecki)
  • [6d54eb9]: enable optional JSON log output (Tom Czarniecki)
  • [7bf0388]: make sure goimports is present (Tom Czarniecki)
  • [5985636]: add staticcheck linter (Tom Czarniecki)
  • [5e158bc]: release 2.1.4 (Tom Czarniecki)

v2.1.3

3 years ago

Commits

  • [2c3c77a]: fix typos (Tom Czarniecki)
  • [061733e]: uniform scrape logs (Tom Czarniecki)
  • [776fbeb]: use structured logging (Tom Czarniecki)
  • [d6b7c64]: simpler runOnce logic (Tom Czarniecki)

v2.1.2

3 years ago

Commits

  • [b97f88e]: add support for prometheus exporter-toolkit web config (Tom Czarniecki)

v2.1.1

3 years ago

v2.1

3 years ago

Allow exporter to connect to LDAP via a unix socket.

v2.0

4 years ago
  • allow metrics path to be configured
  • switch to github.com/urfave/cli to allow for cleaner configuration from command line flags, environment variables, and from a YAML file

v1.1

4 years ago