diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c7285..d42239a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ or mount unit types(`aufs`,`ext3`, etc). Service and mount types have been moved to `systemd_unit_info` ### Changes - +- [CHANGE] Important! Docker images are now published to `povilasv/systemd-exporter` and `quay.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 diff --git a/README.md b/README.md index 5278b25..5a46e82 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![CircleCI](https://circleci.com/gh/povilasv/systemd_exporter/tree/master.svg?style=shield)](circleci) [![Go Report Card](https://goreportcard.com/badge/github.com/povilasv/systemd_exporter)](https://goreportcard.com/report/github.com/povilasv/systemd_exporter) -[![Docker Pulls](https://img.shields.io/docker/pulls/povilasv/systemd_exporter.svg?maxAge=604800)](https://hub.docker.com/r/povilasv/systemd_exporter) +[![Docker Pulls](https://img.shields.io/docker/pulls/povilasv/systemd-exporter.svg?maxAge=604800)](https://hub.docker.com/r/povilasv/systemd-exporter) +[![Docker Repository on Quay](https://quay.io/repository/povilasv/systemd-exporter/status)][quay] Prometheus exporter for systemd units, written in Go. diff --git a/examples/kubernetes/daemonset.yaml b/examples/kubernetes/daemonset.yaml index a160d38..de8dfc5 100644 --- a/examples/kubernetes/daemonset.yaml +++ b/examples/kubernetes/daemonset.yaml @@ -26,7 +26,7 @@ spec: hostPID: true containers: - name: systemd-exporter - image: quay.io/povilasv/systemd_exporter:v0.3.0 + image: quay.io/povilasv/systemd-exporter:master securityContext: privileged: true args: