Skip to content

Commit

Permalink
Merge pull request #19 from povilasv/readme-improvements
Browse files Browse the repository at this point in the history
Improve readme
  • Loading branch information
povilasv authored Mar 24, 2020
2 parents 09899a5 + 43d6f96 commit 028a098
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 028a098

Please sign in to comment.