Releases: prometheus-community/systemd_exporter
Releases · prometheus-community/systemd_exporter
0.6.0 / 2023-10-30
0.5.0 / 2022-07-20
v0.4.0
v0.3.0
Breaking changes
systemd_unit_state
labeltype
has new meaning
Now shows Unit type (service
,scope
, etc), not Service Unit types (simple
,forking
, etc)
or mount unit types(aufs
,ext3
, etc). Service and mount types have been moved tosystemd_unit_info
Changes
- [CHANGE] Important! Docker images are now published to
povilasv/systemd-exporter
andquay.io/povilasv/systemd-exporter
registry. - [FEATURE] Add support for amd64, 386, arm, arm64, mips, mipsle, mips64, mips64le, ppc64, ppc64le, s390x docker images.
- [FEATURE] Read unit CPU usage from cgroup. Added
systemd_unit_cpu_seconds_total
metric. Note - Untested on unified hierarchy - [FEATURE] Add
systemd_unit_info
with metainformation about units incl. subtype specific info - [ENHANCEMENT] Added
type
label to all metrics namedsystemd_unit-*
to support PromQL grouping
- [ENHANCEMENT]
systemd_unit_state
works for all unit types, not just service and mount units - [ENHANCEMENT] Scrapes are approx 80% faster. If needed, set GOMAXPROCS to limit max concurrency
- [CHANGE] Start tracking metric cardinality in readme
- [CHANGE] Expanded default set of unit types monitored. Only device unit types are not enabled by
v0.3.0-rc.2
Update Version
v0.3.0-rc.1
Merge pull request #20 from povilasv/fix-release Fix publish
v0.3.0-rc.0
Merge pull request #19 from povilasv/readme-improvements Improve readme