Skip to content

Instantly share code, notes, and snippets.

@ldenson11
Created January 29, 2020 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldenson11/2b55e7449b2614c3cfcc22458671c79a to your computer and use it in GitHub Desktop.
Save ldenson11/2b55e7449b2614c3cfcc22458671c79a to your computer and use it in GitHub Desktop.
Pattern.<MonitoringEvent>begin("First Event")
.subtype(TransactionEvent.class)
.where(evt -> evt.getTransaction() >= LARGE_TRANSACTION_THRESHOLD);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment