File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- image : " compuscene/ gradle:5.3 .1-jdk12"
1
+ image : " gradle:5.5 .1-jdk12"
2
2
3
3
variables :
4
4
GRADLE_OPTS : " -Dorg.gradle.daemon=false"
@@ -13,7 +13,7 @@ stages:
13
13
14
14
build :
15
15
stage : " build"
16
- script : " gradle -- build-cache assemble"
16
+ script : " su gradle -c 'gradle -- build-cache assemble' "
17
17
cache :
18
18
key : " $CI_COMMIT_REF_NAME"
19
19
policy : " push"
23
23
24
24
test :
25
25
stage : " test"
26
- script : " gradle check"
26
+ script : " su gradle -c 'gradle check' "
27
27
artifacts :
28
28
reports :
29
29
junit : " build/reports/integTestRunnerJunit/TEST-*.xml"
@@ -40,7 +40,7 @@ release:
40
40
- " 6.x"
41
41
- " master"
42
42
stage : " release"
43
- script : " gradle release"
43
+ script : " su gradle -c 'gradle release' "
44
44
cache :
45
45
key : " $CI_COMMIT_REF_NAME"
46
46
policy : " pull"
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
27
27
28
28
| Elasticsearch | Plugin | Release date |
29
29
| -------------- | -------------- | ------------ |
30
+ | 6.8.3 | 6.8.3.0 | Sep 12, 2019 |
30
31
| 6.8.2 | 6.8.2.0 | Aug 12, 2019 |
31
32
| 6.8.1 | 6.8.1.0 | Jun 24, 2019 |
32
33
| 6.8.0 | 6.8.0.0 | May 23, 2019 |
@@ -121,7 +122,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
121
122
## Install
122
123
123
124
- Since Elasticsearch 6.0.0 :
124
- ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.2 .0/prometheus-exporter-6.8.2 .0.zip `
125
+ ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.3 .0/prometheus-exporter-6.8.3 .0.zip `
125
126
126
127
- On Elasticsearch 5.x.x :
127
128
` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/5.6.16.0/elasticsearch-prometheus-exporter-5.6.16.0.zip `
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath " org.elasticsearch.gradle:build-tools:6.8.2 " // How can we use ${versions.elasticsearch} here ???
11
+ classpath " org.elasticsearch.gradle:build-tools:6.8.3 " // How can we use ${versions.elasticsearch} here ???
12
12
classpath group : ' javax.xml.bind' , name : ' jaxb-api' , version : ' 2.3.0'
13
13
classpath group : ' com.sun.xml.bind' , name : ' jaxb-core' , version : ' 2.3.0'
14
14
classpath group : ' com.sun.xml.bind' , name : ' jaxb-impl' , version : ' 2.3.0'
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 6.8.2.1-SNAPSHOT
3
+ version = 6.8.3.0
4
4
5
5
pluginName = prometheus-exporter
6
6
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments