Pre-configured RabbitMQ Server to use with the TeaStore
1M+
The Kieker-instrumented services require an AMQP Server where the monitoring data can be stored. This is a preconfigured AMQP server for this task. To start the AMQP container run the following command, which exposes the required ports:
docker run -p 8080:15672 -d --expose 8080 -p 5672:5672 -p 8081:8080 descartesresearch/teastore-kieker-rabbitmq
On port 8080 the RabbitMQ Dashboard can be accessed with the username admin and the password nimda. Here, all connections to the server can be monitored. The monitoring traces of all connected services are saved into a single file and can be accessed at /logs/ using port 8081.
For more information, visit the documentation on GitHub: https://github.com/DescartesResearch/TeaStore/wiki/Testing-and-Benchmarking#32-docker-containers-with-kieker
Content type
Image
Digest
sha256:3c9aba022…
Size
253.7 MB
Last updated
about 4 years ago
docker pull descartesresearch/teastore-kieker-rabbitmq