Skip to content

Simple Tasks Scheduler to test Elastic APM and correlated logging

Notifications You must be signed in to change notification settings

bvader/scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scheduler

A simple Spring Boot non-interactive application to test Elastic APM and correlated logging.

To change the rate edit the ScheduledTasks class and change the @Scheduled annotation, note this is in ms.

@Scheduled(fixedRate = 200)

git clone https://github.com/bvader/scheduler.git
cd scheduler
./mvnw clean package -Dmaven.test.skip=true
cf push

You can run with local ELK stack as well. ./run-w-apm.sh

About

Simple Tasks Scheduler to test Elastic APM and correlated logging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published