Releases: davidborzek/docker-exporter
Releases · davidborzek/docker-exporter
v0.3.0
What's Changed
- fix(deps): update module github.com/stretchr/testify to v1.9.0 by @renovate in #24
- fix(deps): update module github.com/docker/docker to v25.0.4+incompatible by @renovate in #25
- fix(deps): update module github.com/docker/docker to v25.0.5+incompatible by @renovate in #26
- fix(deps): update module github.com/docker/docker to v26 by @renovate in #27
- fix(deps): update module github.com/docker/docker to v26.0.1+incompatible by @renovate in #28
- fix(deps): update module github.com/prometheus/client_golang to v1.19.0 by @renovate in #23
- fix(deps): update module github.com/docker/docker to v26.0.2+incompatible [security] by @renovate in #29
- fix(deps): update module github.com/docker/docker to v26.1.0+incompatible by @renovate in #31
- chore(deps): update actions/checkout digest to 0ad4b8f by @renovate in #30
- fix(deps): update module github.com/urfave/cli/v2 to v2.27.2 by @renovate in #32
- fix(deps): update module github.com/docker/docker to v26.1.1+incompatible by @renovate in #33
- fix(deps): update module github.com/docker/docker to v26.1.2+incompatible by @renovate in #35
- fix(deps): update module github.com/prometheus/client_golang to v1.19.1 by @renovate in #36
- fix(deps): update module github.com/docker/docker to v26.1.3+incompatible by @renovate in #37
- chore(deps): update actions/checkout digest to a5ac7e5 by @renovate in #38
- fix(deps): update module github.com/docker/docker to v26.1.4+incompatible by @renovate in #39
- chore(deps): update docker/build-push-action action to v6 by @renovate in #41
- chore(deps): update actions/checkout digest to 692973e by @renovate in #40
- fix(deps): update module github.com/docker/docker to v27 by @renovate in #42
- fix(deps): update module github.com/docker/docker to v27.0.2+incompatible by @renovate in #43
- fix(deps): update module github.com/docker/docker to v27.0.3+incompatible by @renovate in #44
- fix(deps): update module github.com/docker/docker to v27.1.0+incompatible by @renovate in #45
- fix(deps): update module github.com/docker/docker to v27.1.1+incompatible by @renovate in #46
- fix(deps): update module github.com/urfave/cli/v2 to v2.27.3 by @renovate in #47
- feat: add scrape duration and error metrics by @davidborzek in #48
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- fix(deps): update module github.com/docker/docker to v25.0.1+incompatible by @renovate in #20
- fix(deps): update module github.com/docker/docker to v25.0.2+incompatible by @renovate in #21
- fix(deps): update module github.com/docker/docker to v25.0.3+incompatible by @renovate in #22
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Features
- Ignore containers setting a label
What's Changed
- feat: ignore containers using label by @davidborzek in #19
Full Changelog: v0.1.1...v0.2.0
v0.1.1
New Features
- Add online CPU count metric
What's Changed
- chore(deps): update actions/checkout digest to 8ade135 by @renovate in #3
- fix(deps): update module github.com/prometheus/client_golang to v1.17.0 by @renovate in #4
- chore(deps): update golang docker tag to v1.21.2 by @renovate in #5
- chore(deps): update golang docker tag to v1.21.3 by @renovate in #6
- fix(deps): update module github.com/docker/docker to v24.0.7+incompatible by @renovate in #8
- chore(deps): update golang docker tag to v1.21.4 by @renovate in #9
- chore(deps): update actions/checkout digest to b4ffde6 by @renovate in #7
- fix(deps): update module github.com/urfave/cli/v2 to v2.26.0 by @renovate in #10
- chore(deps): update golang docker tag to v1.21.5 by @renovate in #11
- chore(deps): update actions/setup-go action to v5 by @renovate in #12
- fix(deps): update module go.uber.org/mock to v0.4.0 by @renovate in #13
- fix(deps): update module github.com/urfave/cli/v2 to v2.27.0 by @renovate in #14
- fix(deps): update module github.com/prometheus/client_golang to v1.18.0 by @renovate in #15
- fix(deps): update module github.com/urfave/cli/v2 to v2.27.1 by @renovate in #16
- fix(deps): update module github.com/docker/docker to v25 by @renovate in #17
- feat: add online cpus metric by @davidborzek in #18
Full Changelog: v0.1.0...v0.1.1
First release v0.1.0
Initial Release: This is the first release of docker-exporter, a simple and lightweight Prometheus exporter for docker container metrics. It provides the following features:
- Exports various container metrics as Prometheus metrics.
- Docker container metrics include CPU usage, memory usage, block I/O read/write, network stats, and more.
- Supports configuration via command-line flags and environment variables.
- Docker image available for easy deployment.