Skip to content

Commit 24cfb8a

Browse files
committed
addressed comments
Signed-off-by: Smit Patel <[email protected]>
1 parent b1fbb1a commit 24cfb8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```
156156
prometheus.snapshots: true
157157
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ tasks.named("check").configure { dependsOn(integTest) }
126126
testingConventions.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

131131
testClusters.all {
132132
numberOfNodes = 2

0 commit comments

Comments
 (0)