Skip to content

Instantly share code, notes, and snippets.

@gunlee01
Last active May 23, 2018 00:15
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 gunlee01/3a5d57f99bda963ecfb1154e0c876c6a to your computer and use it in GitHub Desktop.
Save gunlee01/3a5d57f99bda963ecfb1154e0c876c6a to your computer and use it in GitHub Desktop.
scouter alert scripting #1
float value = $counter.getFloatValue();
if(value > 2000) {
$counter.fatal("Alert title", "msg: Elapsed is over 2000ms");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment