aboutsummaryrefslogtreecommitdiff
path: root/kamon-datadog/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-05-21 09:09:34 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-05-21 09:09:34 -0300
commit4ef79b01d0b9d6cb4628886a8a2a29048d997b13 (patch)
treefc223020d37bc08c3770e2f1a112822f90db2095 /kamon-datadog/src/main/resources
parent9d276fe8167da0e285b2c2a00721a6a3014699c4 (diff)
downloadKamon-4ef79b01d0b9d6cb4628886a8a2a29048d997b13.tar.gz
Kamon-4ef79b01d0b9d6cb4628886a8a2a29048d997b13.tar.bz2
Kamon-4ef79b01d0b9d6cb4628886a8a2a29048d997b13.zip
+ datadog: include identification tags and clean up all irrelevant code from StatsD
Diffstat (limited to 'kamon-datadog/src/main/resources')
-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"
}
}