aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2015-05-09 12:03:10 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2015-05-09 12:03:10 +0200
commita4b1e5fe30a69323affb92e1da75ddafab54e31c (patch)
treeafe22e2303624b1fa71eb8410380bb3696611d9a
parentf62f099989eb615d12291c546ade2f66fa7e63e2 (diff)
downloadKamon-a4b1e5fe30a69323affb92e1da75ddafab54e31c.tar.gz
Kamon-a4b1e5fe30a69323affb92e1da75ddafab54e31c.tar.bz2
Kamon-a4b1e5fe30a69323affb92e1da75ddafab54e31c.zip
+ datadog: include the same default subscriptions as kamon-statsd.
-rw-r--r--kamon-datadog/src/main/resources/reference.conf18
1 files changed, 12 insertions, 6 deletions
diff --git a/kamon-datadog/src/main/resources/reference.conf b/kamon-datadog/src/main/resources/reference.conf
index ca423168..cd86bc3f 100644
--- a/kamon-datadog/src/main/resources/reference.conf
+++ b/kamon-datadog/src/main/resources/reference.conf
@@ -19,12 +19,18 @@ kamon {
# Subscription patterns used to select which metrics will be pushed to Datadog. Note that first, metrics
# collection for your desired entities must be activated under the kamon.metrics.filters settings.
subscriptions {
- trace = [ "**" ]
- actor = [ "**" ]
- dispatcher = [ "**" ]
- user-metric = [ "**" ]
- system-metric = [ "**" ]
- http-server = [ "**" ]
+ histogram = [ "**" ]
+ min-max-counter = [ "**" ]
+ gauge = [ "**" ]
+ counter = [ "**" ]
+ trace = [ "**" ]
+ trace-segment = [ "**" ]
+ akka-actor = [ "**" ]
+ akka-dispatcher = [ "**" ]
+ akka-router = [ "**" ]
+ system-metric = [ "**" ]
+ http-server = [ "**" ]
+
}
# Application prefix for all metrics pushed to Datadog. The default namespacing scheme for metrics follows