Skip to content

Releases: prometheus/consul_exporter

0.12.1 / 2024-07-31

31 Jul 13:13
v0.12.1
d9ae756
Compare
Choose a tag to compare
  • [BUGFIX] Fix duplicate services that differ only by casing #321

0.12.0 / 2024-04-14

26 Apr 13:17
v0.12.0
e1147bf
Compare
Choose a tag to compare
  • [FEATURE] Add metrics for member info #300
  • [BUGFIX] Fix service mapping #298

0.11.0 / 2023-12-25

25 Dec 16:51
v0.11.0
3e5be64
Compare
Choose a tag to compare
  • [FEATURE] Add service meta metrics #264
  • [FEATURE] Add flag for running agent only mode #283

0.10.0 / 2023-12-12

25 Dec 11:06
v0.10.0
3013f86
Compare
Choose a tag to compare
  • [ENHANCEMENT] Add --version flag to print the version (#257)

0.9.0 / 2023-11-29

29 Nov 14:56
v0.9.0
Compare
Choose a tag to compare
  • [SECURITY] Update Exporter Toolkit (CVE-2022-46146) #250
  • [FEATURE] Support multiple Listen Addresses and systemd socket activation #250

0.8.0 / 2022-02-07

10 Feb 17:04
v0.8.0
176aef0
Compare
Choose a tag to compare
  • [FEATURE] Enable TLS/basic authentication #205
  • [FEATURE] Add metric to collect wan status #212

0.7.1 / 2020-07-21

21 Jul 15:52
v0.7.1
ae46e2e
Compare
Choose a tag to compare
  • [BUGFIX] Fix /metrics hanging when --consul.request-limit is lower than the number of services in Consul. #179

0.7.0 / 2020-06-11

11 Jun 12:40
v0.7.0
915bf97
Compare
Choose a tag to compare
  • [FEATURE] Add consul_service_checks metric to link checks with their services. #162
  • [ENHANCEMENT] Add --consul.request-limit flag to limit the maximum number of concurrent requests to Consul. #164

0.6.0 / 2019-12-11

16 Dec 16:26
v0.6.0
79bc2cc
Compare
Choose a tag to compare
  • [CHANGE] Run as a non-root user in the container. #139
  • [CHANGE] Increase the default timeout. #147
  • [CHANGE] Switch logging to go-kit. The log.level flag can be one of debug, info, warn or error. The --log.format flag can be either logfmt (default) or json. #144
  • [ENHANCEMENT] Add /-/healthy and /-/ready endpoints. #153
  • [ENHANCEMENT] Expose agent members status with the consul_serf_lan_member_status metric. #130
  • [ENHANCEMENT] Handle Consul errors in a consistent fashion. #145
  • [BUGFIX] Fix potential label clashes. #142

Contributors:

0.5.0 / 2019-07-17

18 Jul 07:31
v0.5.0
a5d31c1
Compare
Choose a tag to compare
  • [ENHANCEMENT] Add --consul.insecure flag to skip TLS verification. #99