File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.2 / 2018-01-09
2
+
3
+ * [ ENHANCEMENT] Add index metrics [ #85 ] [ #116 ] [ #118 ]
4
+ * [ ENHANCEMENT] Add cache metrics [ #88 ]
5
+ * [ ENHANCEMENT] Add documentation for the example dashboard [ #84 ]
6
+ * [ ENHANCEMNET] Expose load averages [ #113 ]
7
+ * [ BUGFIX] Fix role detection [ #105 ] [ #110 ]
8
+ * [ BUGFIX] Fix indexing calls and time metrics [ #83 ]
9
+
1
10
## 1.0.1 / 2017-07-24
2
11
3
12
* [ ENHANCEMENT] Add exporter instrumentation [ #78 ]
4
13
* [ BUGFIX] Exclude basic auth credentials from log [ #71 ]
5
14
* [ BUGFIX] Fix missing node store size metric
15
+
6
16
## 1.0.0 / 2017-07-03
7
17
8
18
* [ ENHANCEMENT] Rewrite the codebase to reduce redundancy and improve extensibility [ #65 ]
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ tarball: promu
53
53
54
54
tarballs : promu
55
55
@echo " >> building release tarballs"
56
- @$(PROMU ) tarballs --prefix $( PREFIX ) $(BIN_DIR )
56
+ @$(PROMU ) crossbuild tarballs $(BIN_DIR )
57
57
58
58
docker :
59
59
@echo " >> building docker image"
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.1
16
- docker run --rm -p 9108:9108 justwatch/elasticsearch_exporter:1.0.1
15
+ docker pull justwatch/elasticsearch_exporter:1.0.2
16
+ docker run --rm -p 9108:9108 justwatch/elasticsearch_exporter:1.0.2
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.1
23
+ image : justwatch/elasticsearch_exporter:1.0.2
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.2rc2
1
+ 1.0.2
You can’t perform that action at this time.
0 commit comments