Skip to content

johncook59/spring-events-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Events POC

Demonstrates how publishing Spring Application Events can be used to decouple logging and Datadog/StatsD metrics from core application code

View Metrics

Run Graphite in Docker to see events being graphed using this command

% docker run -d \
 --name graphite \
 --restart=always \
 -p 81:80 \
 -p 2003-2004:2003-2004 \
 -p 2023-2024:2023-2024 \
 -p 8125:8125/udp \
 -p 8126:8126 \
 graphiteapp/graphite-statsd

View the graphs on the Graphite UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages