aboutsummaryrefslogblamecommitdiff
path: root/kamon-core/src/main/resources/application.conf
blob: 647939f843242c12d21b8ae3c841bbfc3451562b (plain) (tree)
1
2
3
4
5
6
      

                           
 
                                                        
 
















                                                                                        


                        


     






 
akka {
    loglevel = DEBUG
    stdout-loglevel = DEBUG

    #extensions = ["kamon.dashboard.DashboardExtension"]

    actor {
        default-dispatcher {
            fork-join-executor {
                # Min number of threads to cap factor-based parallelism number to
                parallelism-min = 2

                # The parallelism factor is used to determine thread pool size using the
                # following formula: ceil(available processors * factor). Resulting size
                # is then bounded by the parallelism-min and parallelism-max values.
                parallelism-factor = 3.0

                # Max number of threads to cap factor-based parallelism number to
                parallelism-max = 8
              }

              throughput = 100
        }
        debug {
          unhandled = on
        }
    }
}