File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ tarball:
15
15
files :
16
16
- LICENSE
17
17
- README.md
18
+ - CHANGELOG.md
18
19
- examples/grafana/dashboard.json
19
20
- examples/kubernetes/deployment.yml
20
21
- examples/prometheus/elasticsearch.rules
Original file line number Diff line number Diff line change
1
+ ## 1.0.0 / 2017-07-03
2
+
3
+ * [ ENHANCEMENT] Rewrite the codebase to reduce redundancy and improve extensibility [ #65 ]
4
+ * [ ENHANCEMENT] Add examples for Grafana and Prometheus [ #66 ]
5
+ * [ BREAKING] Removed several duplicate or redundant metrics [ #65 ]
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ https://github.com/justwatchcom/elasticsearch_exporter/releases
12
12
#### Docker
13
13
14
14
``` bash
15
- docker pull justwatch/elasticsearch_exporter:1.0.0-rc1
16
- docker run --rm -p 9108:9108 justwatch/elasticsearch_exporter:1.0.0-rc1
15
+ docker pull justwatch/elasticsearch_exporter:1.0.0
16
+ docker run --rm -p 9108:9108 justwatch/elasticsearch_exporter:1.0.0
17
17
```
18
18
19
19
Example ` docker-compose.yml ` :
20
20
21
21
``` yaml
22
22
elasticsearch_exporter :
23
- image : justwatch/elasticsearch_exporter:1.0.0-rc1
23
+ image : justwatch/elasticsearch_exporter:1.0.0
24
24
command :
25
25
- ' -es.uri=http://elasticsearch:9200'
26
26
restart : always
Original file line number Diff line number Diff line change 1
- 1.0.0-rc1
1
+ 1.0.0
You can’t perform that action at this time.
0 commit comments