Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jadiunr committed Jul 13, 2023
1 parent c4ec1d4 commit 2fb3ecc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [1.1.0] - 2023-07-14

### Added
- Add command line option `include-check-name`

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Flags:
-e, --endpoint string Remote write endpoint
-H, --header strings Additional header(s) to send in remote write request
-h, --help help for sensu-prometheus-remote-write-handler
-i, --include-event-status If true, the check status result will be captured as a metric
-C, --include-check-name If true, the name of CheckConfig is added as a label to all metrics sent from Sensu
-S, --include-event-status If true, the check status result will be captured as a metric
-t, --timeout string Remote write timeout (default "10s")
Use "sensu-prometheus-remote-write-handler [command] --help" for more information about a command.
Expand All @@ -57,7 +58,7 @@ following command to add the asset:
sensuctl asset add jadiunr/sensu-prometheus-remote-write-handler
```

If you're using an earlier version of sensuctl, you can find the asset on the [Bonsai Asset Index][https://bonsai.sensu.io/assets/jadiunr/sensu-prometheus-remote-write-handler].
If you're using an earlier version of sensuctl, you can find the asset on the [Bonsai Asset Index](https://bonsai.sensu.io/assets/jadiunr/sensu-prometheus-remote-write-handler).

### Handler definition

Expand Down

0 comments on commit 2fb3ecc

Please sign in to comment.