The WebUI service with Kieker monitoring for the TeaStore
2.0K
This image contains the WebUI service with Kieker monitoring for our TeaStore.
To start the container, the hostname (or IP), the IP of the AMQP Server for the monitoring data and port of the registry (https://hub.docker.com/r/descartesresearch/teastore-registry) must be supplied as environment variables. Also the hostname (or IP) and mapped port of the machine running the container must be set through environment variables.
Example start command:
docker run -e "REGISTRY_HOST=10.1.2.3" -e "REGISTRY_PORT=10000" -e "HOST_NAME=10.1.2.30" -e "SERVICE_PORT=4444" -e "RABBITMQ_HOST=10.1.2.31" -p 4444:8080 -d descartesresearch/teastore-webui-kieker
Alternatively, the container can also be started in local logging mode. Local logging requires to mount the logging folder as a volume:
docker run -v /home/myUserName/myFolder:/kieker/logs/ -e "LOG_TO_FILE=true" -e "REGISTRY_HOST=10.1.2.3" -e "REGISTRY_PORT=10000" -e "HOST_NAME=10.1.2.30" -e "SERVICE_PORT=4444" -p 4444:8080 -d descartesresearch/teastore-webui-kieker
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
Size
207.9 MB
Last updated
almost 8 years ago
docker pull descartesresearch/teastore-webui-kieker