Skip to content

Releases: lunarway/humio_exporter

v0.2.2

29 Mar 07:36
38c0bac
Compare
Choose a tag to compare

Changes

Full Changelog: v0.2.1...v0.2.2

v0.2.1

24 Mar 07:37
f5f9c13
Compare
Choose a tag to compare

Changes

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Mar 11:22
49b6237
Compare
Choose a tag to compare

Changes

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Nov 07:29
ab6a0de
Compare
Choose a tag to compare

Changelog

0488b1a Simplify channel read (#12)
5b0987a Update Humio API to support Humio >v1.22.x (#11)
4a2df9b Upgrade Alpine to 3.14.2 (#14)
ab6a0de Upgrade to Go 1.17.2 (#13)

Docker images

  • docker pull quay.io/lunarway/humio_exporter:v0
  • docker pull quay.io/lunarway/humio_exporter:v0.1
  • docker pull quay.io/lunarway/humio_exporter:v0.1.0

v0.0.5

04 Jun 09:35
c41c970
Compare
Choose a tag to compare

Changelog

c41c970 Upgrade Alpine to 3.13.5 (#9)
6431d10 Upgrade Go to 1.16.5 in Dockerfile (#8)
399e7ac Upgrade dependencies (#7)
31b1b82 Upgrade goreleaser config (#10)

Docker images

  • docker pull quay.io/lunarway/humio_exporter:latest
  • docker pull quay.io/lunarway/humio_exporter:v0
  • docker pull quay.io/lunarway/humio_exporter:v0.0
  • docker pull quay.io/lunarway/humio_exporter:v0.0.5

v0.0.4

04 Feb 13:45
137400d
Compare
Choose a tag to compare

Description

This adds support for static labels in the queries.yaml configuration file.

- query: sum(status)
  repo: humio
  interval: 30m
  metric_name: humio_status_sum
  metric_labels:
  - key: squad
    value: nasa

Changelog

137400d Add support for static labels in queries.yaml (#4)
eb46fee Update README.md
9cefec7 Update deployment.yaml

Docker images

  • docker pull quay.io/lunarway/humio_exporter:latest
  • docker pull quay.io/lunarway/humio_exporter:v0
  • docker pull quay.io/lunarway/humio_exporter:v0.0
  • docker pull quay.io/lunarway/humio_exporter:v0.0.4

v0.0.3

16 Jan 13:29
Compare
Choose a tag to compare

Added support for the following Humio query functions:

count(), sum(), min(), max(), avg(), counterAsRate(), range(), stdDev()

Changelog

73fd1ba add support for count() min() max() avg() counterAsRate() stdDev() sum()
4944fda update version in deployment.yaml

Docker images

  • docker pull quay.io/lunarway/humio_exporter:latest
  • docker pull quay.io/lunarway/humio_exporter:v0
  • docker pull quay.io/lunarway/humio_exporter:v0.0
  • docker pull quay.io/lunarway/humio_exporter:v0.0.3

v0.0.2

16 Jan 10:32
Compare
Choose a tag to compare

Changelog

61bf50c Point Travis CI badge to travis-ci.com
ad98b90 add kubernetes example
9681991 add simple healthz and ready endpoints
79b0c4f provide more information in the readme and updated the queries with better naming
a8c3dc9 rename api.token to humio.api-token to be more explicit
fa02f96 update example to reflect the queries.yaml file

Docker images

  • docker pull quay.io/lunarway/humio_exporter:latest
  • docker pull quay.io/lunarway/humio_exporter:v0
  • docker pull quay.io/lunarway/humio_exporter:v0.0
  • docker pull quay.io/lunarway/humio_exporter:v0.0.2

v0.0.1

15 Jan 14:11
Compare
Choose a tag to compare

Changelog

9fcd500 Initial commit
3047af1 Initial release
7349347 add gitignore
ced3f95 remove vscode dir
e18c755 type in gitignore
3e3c7c9 use port 9534 as the default port to align with Prometheus port allocations

Docker images

  • docker pull quay.io/lunarway/humio_exporter:latest
  • docker pull quay.io/lunarway/humio_exporter:v0
  • docker pull quay.io/lunarway/humio_exporter:v0.0
  • docker pull quay.io/lunarway/humio_exporter:v0.0.1