File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
178192cd "${REPLICATION_DIR}"
179193unzip 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 .
182196Please rename this to ` collector ` .
183197
184198Additional information on the collector and how to use it to collect
You can’t perform that action at this time.
0 commit comments