File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ prometheus.cluster.settings: false
151151
152152#### Snapshot metrics
153153
154- To enable exporting snapshot metrics use:
154+ By default, snapshot metrics are disabled. To enable exporting snapshot metrics use:
155155```
156156prometheus.snapshots: true
157157```
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ tasks.named("check").configure { dependsOn(integTest) }
126126testingConventions. enabled = false
127127
128128// Directory for snapshot repository
129- File repositoryDir = new File (project. buildDir , " shared-repository" )
129+ File repositoryDir = new File (project. layout . buildDirectory . get() . asFile , " shared-repository" )
130130
131131testClusters. all {
132132 numberOfNodes = 2
You can’t perform that action at this time.
0 commit comments