Skip to content

Commit

Permalink
Prepare for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanErb committed Sep 1, 2017
1 parent ad70fa5 commit 693d7ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .promu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ go:
cgo: true
repository:
path: github.com/mesosphere/mesos_exporter
build:
flags: -a
tarball:
files:
- LICENSE
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0-rc3] - 2017-09-02
## [1.0.0] - 2017-09-02
### Changed
- Build releases with cgo enabled. This allows the exporter to use the system cert store
which can simplify deployments significantly.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ When using HTTP authentication, the following values are read from the environme
Usually you would run one exporter with `-master` for each master and one
exporter for each slave with `-slave`. Monitoring each master individually
ensures that the cluster can be monitored even if the underlying Mesos cluster
is in an degraded state.
is in a degraded state.

- Master: `mesos_exporter -master http://localhost:5050`
- Agent: `mesos_exporter -slave http://localhost:5051`
Expand All @@ -48,8 +48,8 @@ The necessary Prometheus configuration could look like this:
static_configs:
- targets:
- master1.mesos.example.org:9105
- master1.mesos.example.org:9105
- master1.mesos.example.org:9105
- master2.mesos.example.org:9105
- master3.mesos.example.org:9105
- job_name: mesos-slave
scrape_interval: 15s
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc2
1.0.0

0 comments on commit 693d7ac

Please # to comment.