Skip to content

Releases: prometheus/memcached_exporter

0.12.0 / 2023-06-02

02 Jun 09:12
v0.12.0
b244b80
Compare
Choose a tag to compare
  • [ENHANCEMENT] Add memcached_extstore_io_queue_depth #169
  • [BUGFIX] Fix exposing memcached_extstore_pages_free #169

0.11.3 / 2023-04-12

12 Apr 15:29
v0.11.3
2bb3e6e
Compare
Choose a tag to compare
  • [ENHANCEMENT] Better error messaging when TLS server name is required #162
  • [CHANGE] Update dependencies & build with Go 1.20 to avoid upstream CVEs #166

0.11.2 / 2023-03-08

08 Mar 17:55
v0.11.2
4879592
Compare
Choose a tag to compare
  • [BUGFIX] Fix connections via UNIX domain socket #157
  • [CHANGE] Update dependencies, including exporter toolkit #161

0.11.1 / 2023-02-13

13 Feb 11:59
v0.11.1
44eb80a
Compare
Choose a tag to compare
  • [FEATURE] Add metric to indicate if memcached is accepting connections #137
  • [FEATURE] Support TLS for connection to memcached #153
  • [FEATURE] Support systemd socket activation #147
  • [ENHANCEMENT] Miscellaneous dependency updates #151 #147 #146 #140

Release 0.11.0 failed due to CI issues.

0.10.0 / 2022-06-21

21 Jun 19:29
v0.10.0
667bdef
Compare
Choose a tag to compare
  • [FEATURE] Add rusage and rejected_connection metrics #109
  • [FEATURE] Add extstore metrics #117

0.9.0 / 2021-03-25

26 Mar 11:15
v0.9.0
887a783
Compare
Choose a tag to compare
  • [FEATURE] Add TLS and basic authentication #101

0.8.0 / 2020-12-04

04 Dec 21:20
v0.8.0
3d8ce19
Compare
Choose a tag to compare
  • [FEATURE] Support MySQL's InnoDB memcached plugin (by handling their multi-word stats settings values)
  • [FEATURE] Make exporter logic available as standalone library package #97
  • [ENHANCEMENT] Add --version flag and version metric #99
  • [ENHANCEMENT] Update prometheus client library

0.7.0 / 2020-07-24

24 Jul 09:20
v0.7.0
0d0f747
Compare
Choose a tag to compare
  • [CHANGE] Switch logging to go-kit #73
  • [CHANGE] Register memcached_lru_crawler_starts_total metric correctly (formerly namespace_lru_crawler_starts) #83
  • [ENHANCEMENT] Add memcached_time_seconds metric #74
  • [ENHANCEMENT] Add slab metrics related to hot/warm/cold/temp LRUs #76
  • [BUGFIX] Fix memcached_slab_mem_requested_bytes metric in newer memcached versions #70

0.6.0 / 2019-08-25

26 Aug 17:10
v0.6.0
d7eadc3
Compare
Choose a tag to compare
  • [CHANGE] Handle non-existent metrics without NaN values #53
  • [ENHANCEMENT] Do not run as root by default in Docker #54
  • [ENHANCEMENT] Update prometheus client library

0.5.0 / 2018-10-17

17 Oct 20:41
v0.5.0
241c664
Compare
Choose a tag to compare
  • [FEATURE] Add memcached_connections_yielded_total metric #35
  • [FEATURE] Add memcached_connections_listener_disabled_total metric #36
  • [ENHANCEMENT] Update prometheus client library removing outdated metrics #31