aboutsummaryrefslogtreecommitdiff
path: root/kamon-statsd
Commit message (Expand)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: creation of InetSocketAddress instances against the provided UDP ho...Marco Manzo2015-04-013-7/+9
* ! statsd: report segment metrics as sub-metrics of the correspondant trace.Ivan Topolnjak2015-03-201-6/+10
* + statsd: fix akka and segments subscriptions and subscribe to simple metrics...Ivan Topolnjak2015-03-162-7/+15
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-092-3/+3
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-132-18/+17
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-301-0/+8
* = statsd: pick the tick duration from the metrics extension settings.Ivan Topolnjak2015-01-261-5/+6
* ! 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-246-164/+83
* ! core,akka: separate all akka instrumentation into it's own kamon-akka modul...Ivan Topolnjak2014-12-281-0/+1
* + statsd: includes Disk, NonHeap LoadAverage, Threads and ClassLoading metricsDiego2014-12-281-3/+15
* + statsd: report HttpServerMetrics to StatsDDiego2014-12-171-0/+4
* + core: A more lightweight way for tracing the Akka.ask timeouts and closes #113Diego2014-12-171-1/+1
* = core,datadog,statsd: migrate from plain Long to MilliTimestamp.Ivan Topolnjak2014-12-051-2/+2
* + statsD: include ContextSwitchesMetricsDiego2014-11-071-1/+1
* + statsd: allow users to provide their own MetricKeyGenerator.Ivan Topolnjak2014-11-034-14/+20
* + statsd: allow percent-encoding of metric section names, related to #46Ivan Topolnjak2014-09-155-109/+170
* + statsd: include router metricsDiego2014-08-292-0/+7
* + statsd: add hostname-override to statsd config options.Rafael Chacon2014-08-263-1/+35
* + statsd: add the include-hostname setting to the default key generatorRafael Chacon2014-08-203-10/+56
* + statsd: subscribe to user metricsIvan Topolnjak2014-08-041-1/+17
* kamon-system-metrics: add system metrics to datadog and statsd modulesDiego2014-07-272-0/+13
* ! statsd,datadog: reformat metric names to get a better display of automatica...Ivan Topolnjak2014-07-103-32/+73
* + core: introduce the new kamon.metrics.default-collection-context-buffer-siz...Ivan Topolnjak2014-07-041-8/+9
* ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-033-35/+42
* = statsd: force the decimal format to use dot (.) as decimal point separatorIvan Topolnjak2014-06-091-3/+7
* + statsd: include dispatchers metricsDiego2014-05-212-2/+9
* = statsd: remove thirdMetricTest in order to avoid error when run test in travisDiego2014-05-141-14/+4
* + statsd: fixed StatsDMetricSenderSpecDiego2014-05-141-5/+5
* = statsd: fix StatsDMetricSenderSpecDiego2014-05-091-1/+1
* + statsd: added kamon counter instrumentDiego2014-05-022-3/+14
* = statsd: improve metrics sender performanceIvan Topolnjak2014-04-281-24/+26
* ! statsd: the max-packet-size setting is now expressed in bytes rather than a...Ivan Topolnak2014-04-254-15/+16
* + all: fix compilation issuesDiego2014-04-231-2/+3
* + site: improve StatsD documentation and a few minor fixesIvan Topolnjak2014-04-102-2/+2
* = core: minor cleanup before releaseDiego2014-04-091-1/+1
* = statsd: fix max-packet-size setting used during testsIvan Topolnak2014-04-091-19/+8
* + statsd: report trace metrics to StatsDIvan Topolnak2014-04-094-9/+16
* = statsd: log info message when the StatsD extension startsIvan Topolnak2014-04-091-0/+4
* = statsd: avoid using scientific notation when rendering sampling ratesIvan Topolnak2014-04-081-1/+4
* = statsd: rename Statsd.scala -> StatsD.scalaIvan Topolnak2014-04-081-0/+0
* = statsd: correctly send multiple packets for a single metricIvan Topolnjak2014-04-082-22/+52
* ! statsd: take advantange of the multi-measurement formatIvan Topolnjak2014-04-074-112/+212
* = statsd: fix wrong assumptions about config parser breaking valuesIvan Topolnjak2014-04-051-5/+3
* + site: added changelog and license viewsDiego2014-04-031-2/+2
* = statsd: reference.conf file explanatory commentsIvan Topolnjak2014-04-031-1/+15
* = statsd: honor the max-packet-size setting and include newline char on multi...Ivan Topolnjak2014-04-033-23/+16
* + statsd: first working implementation with processing-time and time-in-mailb...Ivan Topolnak2014-04-034-32/+76