Skip to content

Releases: cockroachlabs/metrics-exporter

v0.7

15 Jul 14:59
Compare
Choose a tag to compare

Fixed #5 and #6

383b335f668c6b64f2a4ab0bd54b953a9e60e02c761e0d5e9aabe54c21f59084 metrics-exporter-v0.7.linux-amd64.tgz

427673a83653c0d497c9b9ce2de466577296f6f403820151277b5f984635a695 metrics-exporter-v0.7.linux-arm64.tgz

v0.6

07 Jul 18:52
2f6806d
Compare
Choose a tag to compare

config changes: custom endpoint, frequency for collecting custom metrics.
gracefully dealing with sql connectivity issues.

0b450a901cb0f6f6560c33393ba852186f2b33c0f03c0cdf517f728a629ea223 metrics-exporter-v0.6.linux-amd64.tgz

v0.5

16 Jun 18:45
Compare
Choose a tag to compare

Adding SQL Activity and Efficiency metrics.

79fd40c9c3da0b8f29ccee8d8a784f42f608513d7d1578219e62f3c2a0231635 metrics-exporter-v0.5.linux-amd64.tgz

v0.4

07 Jan 15:51
Compare
Choose a tag to compare

Fixing an issue that would cause histograms with duplicate +Inf to loop forever.

63b6bebb4b6c01deb4537ccba360b389567128c25af6def172878da2875f97a2 metrics-exporter-v0.4.linux-amd64.tgz

v0.3

08 Nov 18:27
Compare
Choose a tag to compare

Release notes

Histograms can be included explicitly using a regular expression. For instance: to include only exec_latency and txn_duration:

exclude: .*
 include: ^(exec_latency|txn_durations)$

f06bcae49e36bdae1a7dc708a465c50eac49f899d681bc07606cf07d40cf6ca5 metrics-exporter-v0.3.linux-amd64.tgz

v0.2

28 Oct 22:47
Compare
Choose a tag to compare

Release Notes:

  • Histograms can be filtered out using a regular expression
  • User can specify an upper bound for histogram buckets (in addition to a lower bound).
  • Time unit for buckets can be customized.

metrics-exporter-v0.2.linux-amd64.tgz sha256 2bbda8165c9cdfe9f6fd2d614c1b60ca4cbbc6c94de5ded6617ede1fcfb966b8

v0.1

11 Oct 20:45
Compare
Choose a tag to compare

Initial release, translates HDR histograms to log10 linear histograms.