aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2018-04-10 13:08:18 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2018-04-10 13:08:18 +0200
commita8cbc1979c68f9654d08335ff87ede2df8563ef9 (patch)
tree5ba242accc8ab1eb3398936bfe96816870b42cae
parent84561e0805f20368a913fd29abc5e95baab6794a (diff)
downloadKamon-a8cbc1979c68f9654d08335ff87ede2df8563ef9.tar.gz
Kamon-a8cbc1979c68f9654d08335ff87ede2df8563ef9.tar.bz2
Kamon-a8cbc1979c68f9654d08335ff87ede2df8563ef9.zip
remove unused section from the reference.conf
-rw-r--r--kamon-core/src/main/resources/reference.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index b3fd3b17..60fa156d 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -197,15 +197,6 @@ kamon {
util {
filters {
- # Determines whether entities from a category that doesn't have any filtering configuration should be tracked or
- # not. E.g. If there are no filter sections for the "jdbc-datasource" category and `accept-unmatched-categories`
- # is set to true, all entities for that category will be accepted, otherwise all will be rejected.
- #
- # NOTE: Using entity fil`ters is a commodity for modules that might potentially track thousands of unnecessary
- # entities, but not all modules are required to use filters, check the your module's documentation to
- # determine whether setting up filters make sense or not.
- accept-unmatched = true
-
}
}
} \ No newline at end of file