Skip to content

Commit 028a098

Browse files
authored
Merge pull request #19 from povilasv/readme-improvements
Improve readme
2 parents 09899a5 + 43d6f96 commit 028a098

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
or mount unit types(`aufs`,`ext3`, etc). Service and mount types have been moved to `systemd_unit_info`
88

99
### Changes
10-
10+
- [CHANGE] Important! Docker images are now published to `povilasv/systemd-exporter` and `quay.io/povilasv/systemd-exporter` registry.
1111
- [FEATURE] Add support for amd64, 386, arm, arm64, mips, mipsle, mips64, mips64le, ppc64, ppc64le, s390x docker images.
1212
- [FEATURE] Read unit CPU usage from cgroup. Added `systemd_unit_cpu_seconds_total` metric. **Note** - Untested on unified hierarchy
1313
- [FEATURE] Add `systemd_unit_info` with metainformation about units incl. subtype specific info

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![CircleCI](https://circleci.com/gh/povilasv/systemd_exporter/tree/master.svg?style=shield)](circleci)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/povilasv/systemd_exporter)](https://goreportcard.com/report/github.com/povilasv/systemd_exporter)
5-
[![Docker Pulls](https://img.shields.io/docker/pulls/povilasv/systemd_exporter.svg?maxAge=604800)](https://hub.docker.com/r/povilasv/systemd_exporter)
5+
[![Docker Pulls](https://img.shields.io/docker/pulls/povilasv/systemd-exporter.svg?maxAge=604800)](https://hub.docker.com/r/povilasv/systemd-exporter)
6+
[![Docker Repository on Quay](https://quay.io/repository/povilasv/systemd-exporter/status)][quay]
67

78
Prometheus exporter for systemd units, written in Go.
89

Diff for: examples/kubernetes/daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
hostPID: true
2727
containers:
2828
- name: systemd-exporter
29-
image: quay.io/povilasv/systemd_exporter:v0.3.0
29+
image: quay.io/povilasv/systemd-exporter:master
3030
securityContext:
3131
privileged: true
3232
args:

0 commit comments

Comments
 (0)