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.conf13
1 files changed, 4 insertions, 9 deletions
diff --git a/kamon-datadog/src/main/resources/reference.conf b/kamon-datadog/src/main/resources/reference.conf
index 5aaa87fc..657d3385 100644
--- a/kamon-datadog/src/main/resources/reference.conf
+++ b/kamon-datadog/src/main/resources/reference.conf
@@ -13,9 +13,6 @@ kamon {
# kamon.metrics.tick-interval setting.
flush-interval = 1 second
- # Max packet size for UDP metrics data sent to Datadog.
- max-packet-size = 1024 bytes
-
# 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 {
@@ -23,11 +20,9 @@ kamon {
trace = [ "*" ]
}
- simple-metric-key-generator {
- # Application prefix for all metrics pushed to Datadog. The default namespacing scheme for metrics follows
- # this pattern:
- # application.host.entity.entity-name.metric-name
- application = "kamon"
- }
+ # Application prefix for all metrics pushed to Datadog. The default namespacing scheme for metrics follows
+ # this pattern:
+ # application.entity-name.metric-name
+ application-name = "kamon"
}
}