|
Akka/Scala example source code file (reference.conf)
The reference.conf Akka example source codeakka { # Configures MetricsKit test.metrics { # Available reporters are: console, graphite # In order to configure from the command line, use the alternative list syntax: # -Dakka.test.metrics.reporters.0=console -Dakka.test.metrics.reporters.1=graphite reporters = [console] reporter { console { # Automatically print metrics to the console at scheduled interval. # To disable, set to `0`. scheduled-report-interval = 0 ms # enable for very verbose / detailed printouts verbose = false } graphite { prefix = "local" host = "" port = 2003 # turn on to print which metrics are being sent to graphite, instead of just the number how many verbose = off # Automatically print metrics to the console at scheduled interval. # To disable, set to `0`. scheduled-report-interval = 0 s } } } } Other Akka source code examplesHere is a short list of links related to this Akka reference.conf source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.