Skip to content

Instantly share code, notes, and snippets.

@StephenKing
StephenKing / README.md
Last active January 18, 2018 08:30
Grafana Dashboard for kamon-akka 1.0
  • make sure that the prometheus job is called kamon
  • correct the data source
  • update many diagrams and change/remove the akka_role="$role" label. We have this available through relabeling of AWS EC2 tags.
@viktorklang
viktorklang / exclude_targetdirs.sh
Last active May 14, 2018 07:39
Adds all your sbt target dirs as path excludes for Time Machine
#WARNING: Use at your own risk. No warranties expressed or implied. YMMV. Drive responsibly. Eat healthy.
#First, `cd` into the parent dir for all of your `sbt`/`maven` projects (I assume you have one of those)
find "$(cd ..; pwd)" -type d -name "target" -print0 | sudo xargs -0 tmutil addexclusion -p