Skip to content

Releases: boynux/squid-exporter

Use UP Metric to show squid server availability

02 Nov 19:26
a2b8e6f
Compare
Choose a tag to compare

Version option added to the exporter.

Enable up metric

28 Oct 11:24
129682c
Compare
Choose a tag to compare
Merge pull request #20 from joaosilva15/patch-1

Enable squid_up

Squid basic auth support

26 Sep 20:44
Compare
Choose a tag to compare
v1.2

Update README

Fix metric name type

24 Sep 18:55
35dfd85
Compare
Choose a tag to compare
Merge pull request #18 from kintoandar/patch-1

Fix metric name typo

Adhere to Prometheus naming standards

31 Aug 10:05
7d8a96e
Compare
Choose a tag to compare

With this release, some new (and breaking) changes introduced to follow Prometheus best practices and standards, this include a change in the interface and also metrics naming conventions:

  • -listen-address and -listen-port command line args are merged to -listen
  • Metrics now have the unit and type suffix for example:
    client_http_hits is now called client_http_hits_total
    See this for more details: https://prometheus.io/docs/practices/naming/

v0.5: Merge pull request #8 from sachk/master

06 Aug 14:19
b83f1d4
Compare
Choose a tag to compare
Make the docker container smaller and add documentation

v0.4: Merge pull request #8 from sachk/master

30 Jul 14:16
b83f1d4
Compare
Choose a tag to compare
Make the docker container smaller and add documentation

v0.3

09 Jan 10:16
Compare
Choose a tag to compare
Add go report card badge

v0.2

21 Oct 10:42
Compare
Choose a tag to compare
Add error message if connection to squid fails

v0.1

10 Aug 12:02
Compare
Choose a tag to compare
Fix travis file