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.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/kamon-datadog/src/main/resources/reference.conf b/kamon-datadog/src/main/resources/reference.conf
index 657d3385..c7400f53 100644
--- a/kamon-datadog/src/main/resources/reference.conf
+++ b/kamon-datadog/src/main/resources/reference.conf
@@ -16,8 +16,9 @@ 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 = [ "*" ]
+ actor = [ "*" ]
+ trace = [ "*" ]
+ dispatcher = [ "*" ]
}
# Application prefix for all metrics pushed to Datadog. The default namespacing scheme for metrics follows