This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package kamon.cloudwatch | |
| import java.util.concurrent.TimeUnit.MILLISECONDS | |
| import akka.actor._ | |
| import akka.event.Logging | |
| import kamon.Kamon | |
| import kamon.metric.UserMetrics.{ UserGauges, UserMinMaxCounters, UserCounters, UserHistograms } | |
| import kamon.metric._ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nREPL server started on port 61037 | |
| REPL-y 0.1.0-beta10 | |
| Clojure 1.3.0 | |
| Exit: Control+D or (exit) or (quit) | |
| Commands: (user/help) | |
| Docs: (doc function-name-here) | |
| (find-doc "part-of-name-here") | |
| Source: (source function-name-here) | |
| (user/sourcery function-name-here) | |
| Javadoc: (javadoc java-object-or-class-here) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'etc' | |
| require 'fileutils' | |
| require 'vagrant' | |
| task :default => :usage | |
| task :usage do | |
| puts "You forgot to tell the computer what to do; try one of these commands:" |