aboutsummaryrefslogtreecommitdiff
path: root/kamon-statsd/src/main/resources/reference.conf
Commit message (Collapse)AuthorAgeFilesLines
* ! system-metrics: remove unused report-system-metrics flag in the others modulesDiego2015-04-281-4/+0
|
* ! statsd: include HttpServerMetricsDiego2015-04-281-0/+1
|
* + statsd: fix akka and segments subscriptions and subscribe to simple ↵Ivan Topolnjak2015-03-161-5/+10
| | | | metrics as well, fixes #166.
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-301-0/+8
| | | | | | | | | | | The new ModuleSupervisor implementation will make use of special configuration keys under the `kamon.modules` section to detect all the available modules in the classpath and do two things with that info: 1. Log the AspectJ Weaver missing error if any of the available modules requires AspectJ. 2. Start all available modules that are marked with the auto-start setting.
* ! core,statsd: set the default tick and flush intervals to 10 seconds.Ivan Topolnjak2015-01-261-1/+1
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-5/+6
|
* + statsd: allow users to provide their own MetricKeyGenerator.Ivan Topolnjak2014-11-031-0/+5
|
* + statsd: allow percent-encoding of metric section names, related to #46Ivan Topolnjak2014-09-151-2/+14
|
* + statsd: include router metricsDiego2014-08-291-0/+1
|
* + statsd: add hostname-override to statsd config options.Rafael Chacon2014-08-261-0/+4
| | | | | * This setting allows users to override the hostname used by Kamon when sending metrics to statsd.
* + statsd: add the include-hostname setting to the default key generatorRafael Chacon2014-08-201-0/+4
| | | | | | | | * This commit adds 'include-hostname' the default key generator setting in statsd. When set to false, the generated keys wont include host information. They will have the following scheme: application.entity.entity-name.metric-name
* kamon-system-metrics: add system metrics to datadog and statsd modulesDiego2014-07-271-0/+4
|
* + statsd: include dispatchers metricsDiego2014-05-211-2/+3
|
* ! statsd: the max-packet-size setting is now expressed in bytes rather than ↵Ivan Topolnak2014-04-251-2/+2
| | | | a plain Int, fixes #27
* + site: improve StatsD documentation and a few minor fixesIvan Topolnjak2014-04-101-1/+1
|
* + statsd: report trace metrics to StatsDIvan Topolnak2014-04-091-0/+1
|
* = statsd: fix wrong assumptions about config parser breaking valuesIvan Topolnjak2014-04-051-5/+3
|
* = statsd: reference.conf file explanatory commentsIvan Topolnjak2014-04-031-1/+15
|
* + statsd: first working implementation with processing-time and ↵Ivan Topolnak2014-04-031-5/+6
| | | | time-in-mailbox metrics for actors
* minor reorganization and includes filterIvan Topolnjak2014-04-031-4/+12
|
* WIP:First implementation of statsd clientDiego2014-04-021-1/+0
|
* first implementation statsd clientDiego2014-03-311-0/+12