From fe367087830db4dd147e5d92fb6bf689114871dc Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Mon, 19 Nov 2018 21:38:48 +0800 Subject: typoz (#562) --- kamon-core/src/main/resources/reference.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf index c6d7a6e8..9faa26bd 100644 --- a/kamon-core/src/main/resources/reference.conf +++ b/kamon-core/src/main/resources/reference.conf @@ -12,7 +12,7 @@ kamon { # Identifier for a particular instance of this service. If set to `auto` Kamon will use the pattern service@host. instance = "auto" - # Arbitraty key-value pairs that further identify the environment where this service instance is running. Typically + # Arbitrary key-value pairs that further identify the environment where this service instance is running. Typically # these tags will be used by the reporting modules as additional tags for all metrics or spans. Take a look at each # reporter module's configuration to ensure these tags are supported and included in the reported data. Example: # @@ -221,8 +221,8 @@ kamon { binary { - # Default HTTP propagation. Unless specified otherwise, all instrumentation will use the configuration on - # this section for HTTP context propagation. + # Default binaey propagation. Unless specified otherwise, all instrumentation will use the configuration on + # this section for binary context propagation. # default { @@ -391,4 +391,4 @@ kamon { } } -} \ No newline at end of file +} -- cgit v1.2.3