Sign inSign up

overops/event-generator

By overops

•Updated over 4 years ago

Overops Event Generator

Image
0

2.0K

overops/event-generator repository overview

⁠OverOps Event Generator

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.

  • latest (Dockerfile)⁠
  • 2.1.3 - Event Generator Version with latest OverOps Agent Version
  • 2.1.3-agent-4.55.0 Event Generator with specific OverOps Agent Version

⁠Event Generator

The 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.

⁠Run the Event Generator
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⁠

⁠Disclaimer about Rootless

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.

Tag summary

Content type

Image

Digest

Size

161.4 MB

Last updated

over 4 years ago

docker pull overops/event-generator