aboutsummaryrefslogtreecommitdiff
path: root/kamon-influxdb/src/test/resources/udp_test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-influxdb/src/test/resources/udp_test.conf')
-rw-r--r--kamon-influxdb/src/test/resources/udp_test.conf15
1 files changed, 1 insertions, 14 deletions
diff --git a/kamon-influxdb/src/test/resources/udp_test.conf b/kamon-influxdb/src/test/resources/udp_test.conf
index 92ef9bd7..2b9a8474 100644
--- a/kamon-influxdb/src/test/resources/udp_test.conf
+++ b/kamon-influxdb/src/test/resources/udp_test.conf
@@ -11,21 +11,8 @@ kamon {
protocol = "udp"
application-name = "kamon"
+ hostname-override = none
percentiles = [50.0, 70.5]
-
- subscriptions {
- histogram = [ "**" ]
- min-max-counter = [ "**" ]
- gauge = [ "**" ]
- counter = [ "**" ]
- trace = [ "**" ]
- trace-segment = [ "**" ]
- akka-actor = [ "**" ]
- akka-dispatcher = [ "**" ]
- akka-router = [ "**" ]
- system-metric = [ "**" ]
- http-server = [ "**" ]
- }
}
}