Skip to content

Commit a7fa2f1

Browse files
author
Reiner Jung
committed
Removed huge collector tool. Adjusted README.md to address the issue.
1 parent db860c4 commit a7fa2f1

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,28 @@ make install
171171

172172
### Kieker Collector
173173

174-
You may use the collector bundled in the replication package. Therefore,
175-
extract the archive in place.
174+
Due to size restrictions, we removed the collector from the replication package.
175+
You can obtain the collector from the Kieker releases:
176+
```
177+
https://github.com/kieker-monitoring/kieker/releases
178+
```
179+
Download from the webpage: `kieker-1.15.4-binaries.zip`
180+
Extract the archive with
181+
```
182+
unzip kieker-1.15.4-binaries.zip
183+
```
184+
185+
and copy from the `kieker-1.15.4/tools` directory the file
186+
`collector-1.15.4.zip` to the
187+
`${REPLICATION_DIR}/esm-architecture-analysis-replication-package`
188+
189+
Future Kieker releases will provide a separate file called `collector-2.x.y.zip`.
176190

177191
```
178192
cd "${REPLICATION_DIR}"
179193
unzip esm-architecture-analysis-replication-package/collector.zip
180194
```
181-
Depending on the version this will produce a directory named `collector-2.0.0-SNAPSHOT`.
195+
Depending on the version this will produce a directory named `collector-1.15.4`, `collector-2.0.0` or similar.
182196
Please rename this to `collector`.
183197

184198
Additional information on the collector and how to use it to collect

0 commit comments

Comments
 (0)