Skip to content

Commit

Permalink
Update readme and changelog for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVerc committed May 4, 2018
1 parent 2f94d55 commit b0c9689
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.2 / 2018-05-04

* [ENHANCEMENT] Build tag for systemd

## 0.1.1 / 2018-04-19

* [BUGFIX] Non-updating metrics from systemd-journal fix

## 0.1.0 / 2018-02-23

* [ENHANCEMENT] Initial release, add changelog
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,13 @@ Retrieval from the systemd journal is enabled with the `-systemd.enable` flag.
This overrides the log file setting.
It is possible to specify the unit (with `-systemd.unit`) or slice (with `-systemd.slice`).
Additionally, it is possible to read the journal from a directory with the `-systemd.journal_path` flag.

## Build options

Default the exporter is build with systemd journal functionality (but it is disabled at default).
Because the systemd headers are required for building with systemd, there is
an option to build the exporter without systemd. Use the build tag `nosystemd`.

```
go build -tags nosystemd
```

0 comments on commit b0c9689

Please sign in to comment.