aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2016-12-24 03:14:29 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2016-12-24 03:17:06 +0100
commitbecf6cac7142011cc478ab7ab15d51799b190951 (patch)
treeebfe0193f2cecf46cda386188c474135f01c20df /kamon-core/src/main/resources
parent68de5a1bd092fc7dddf2045491dd36a353b72a71 (diff)
downloadKamon-becf6cac7142011cc478ab7ab15d51799b190951.tar.gz
Kamon-becf6cac7142011cc478ab7ab15d51799b190951.tar.bz2
Kamon-becf6cac7142011cc478ab7ab15d51799b190951.zip
allow restarting Kamon in the same process.
taking some ideas from #395, this commit removes ConfigProviders and allows Kamon to be used in "permissive" mode until it gets started.
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/reference.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index fb12b213..69e8c54f 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -141,9 +141,6 @@ kamon {
}
}
- # FQCN for a implementation of
- config-provider = default
-
# All settings included under the internal-config key will be used to repleace 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.