Releases: lunarway/humio_exporter
v0.2.2
Changes
- Bump alpine from 3.15.2 to 3.15.3 fixing CVE-2018-25032 (#25) @dependabot
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Changes
- Bump alpine from 3.15.1 to 3.15.2 (#24) @dependabot
- Bump actions/cache from 2.1.7 to 3 (#23) @dependabot
- Bump alpine from 3.15.0 to 3.15.1 (#22) @dependabot
- Bump golang from 1.17.8 to 1.18.0 (#21) @dependabot
- Bump golang from 1.17.2 to 1.17.8 (#20) @dependabot
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Changes
- Bump alpine from 3.14.2 to 3.15.0 (#19) @dependabot
- Added dependabot support (#17) @mahlunar
- Migrate to Github Actions (#16) @mahlunar
- Added CODEOWNERS (#15) @mahlunar
Full Changelog: v0.1.0...v0.2.0
v0.1.0
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
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
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
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
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
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