aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Cole <adriancole@users.noreply.github.com>2018-11-19 21:38:48 +0800
committerIvan Topolnjak <ivantopo@gmail.com>2018-11-19 14:38:48 +0100
commitfe367087830db4dd147e5d92fb6bf689114871dc (patch)
treeede707baa8236b217e08d17c65711d132c180fe5
parentaa88eb86c9bfd542ff1a068c2e745f4fb5e6edb6 (diff)
downloadKamon-fe367087830db4dd147e5d92fb6bf689114871dc.tar.gz
Kamon-fe367087830db4dd147e5d92fb6bf689114871dc.tar.bz2
Kamon-fe367087830db4dd147e5d92fb6bf689114871dc.zip
typoz (#562)
-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 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
+}