OverOps analyzes your application in real-time, providing code-level insights in QA, Staging and Production. Monitor your applications, not your logs. Visit overops.com to learn more.
Dockerfile linkslatest (Dockerfile)2.1.3 - Event Generator Version with latest OverOps Agent Version2.1.3-agent-4.55.0 Event Generator with specific OverOps Agent VersionThe OverOps Event Generator is a simple Spring Boot application that generates a variety of OverOps event types useful for testing OverOps installations and highlighting features. The Docker image contains both the event generator application and the OverOps agent which is ready to connect to an OverOps Collector.
Before using this image, you mast have a Collector deployed in your environment.
docker run -ti --name overops-event-generator \
-e TAKIPI_COLLECTOR_HOST=<COLLECTOR-HOSTNAME> \
-e TAKIPI_COLLECTOR_PORT=6060 \
-e EG_PORT=8888 \
overops/event-generator
More information about the Event Generator can be found here
All published images are now "rootless." Images are now using the base image openjdk:8-jre-slim and running with user ID 1000 and group ID 1000 instead of the root user. The rootless tag is no longer used for future releases.
Content type
Image
Digest
Size
161.4 MB
Last updated
over 4 years ago
docker pull overops/event-generator