Skip to content

Instantly share code, notes, and snippets.

@adam-hert
Created December 15, 2017 20:46
Show Gist options
  • Save adam-hert/475b8e76942c400e405642ebb4c551aa to your computer and use it in GitHub Desktop.
Save adam-hert/475b8e76942c400e405642ebb4c551aa to your computer and use it in GitHub Desktop.
Custom Layer using AppOptics
<?php
appoptics_log_entry('Oracle_SQL');
usleep(50*1000);
appoptics_log_exit('Oracle_SQL');
print("hello");
?>
@adam-hert
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment