aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/main/resources/reference.conf')
-rw-r--r--kamon-core/src/main/resources/reference.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index 48441493..59a80c4d 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -141,13 +141,13 @@ kamon {
}
}
- # All settings included under the internal-config key will be used to repleace the akka.* and spray.* settings. By
+ # All settings included under the internal-config key will be used to replace the akka.* and spray.* settings. By
# doing this we avoid applying custom settings that might make sense for the user application to the internal actor
# system and Spray facilities used by Kamon.
internal-config {
akka.actor {
- provider = "local"
+ provider = "akka.actor.LocalActorRefProvider"
default-dispatcher {
fork-join-executor {
parallelism-min = 2
@@ -171,7 +171,7 @@ kamon {
# settings in a module-info section.
}
- # Add tags to all reported metrics. Can be useful to identify the source of metrics from a particluar JVM instance.
+ # Add tags to all reported metrics. Can be useful to identify the source of metrics from a particular JVM instance.
# Example:
#
# default-tags {
@@ -181,4 +181,4 @@ kamon {
default-tags {
}
-} \ No newline at end of file
+}