aboutsummaryrefslogtreecommitdiff
path: root/kamon-datadog/src/main/resources/reference.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-datadog/src/main/resources/reference.conf')
-rw-r--r--kamon-datadog/src/main/resources/reference.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/kamon-datadog/src/main/resources/reference.conf b/kamon-datadog/src/main/resources/reference.conf
index de318820..4d0639c0 100644
--- a/kamon-datadog/src/main/resources/reference.conf
+++ b/kamon-datadog/src/main/resources/reference.conf
@@ -18,11 +18,12 @@ 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.
- includes {
- actor = [ "*" ]
- trace = [ "*" ]
- dispatcher = [ "*" ]
- router = [ "*" ]
+ subscriptions {
+ trace = [ "**" ]
+ actor = [ "**" ]
+ dispatcher = [ "**" ]
+ user-metric = [ "**" ]
+ system-metric = [ "**" ]
}
# Enable system metrics