aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Setting version to 0.3.0v0.3.0Ivan Topolnak2014-04-241-1/+1
|
* = build: do not publish the site projectIvan Topolnak2014-04-241-1/+2
|
* + play: fix WSIntrumentationDiego2014-04-232-3/+3
|
* = play: ensure each test case receives its own FakeApplicationIvan Topolnak2014-04-231-1/+1
|
* + all: fix compilation issuesDiego2014-04-2310-28/+16
|
* = core: fix ask pattern pointcut for akka 2.3Ivan Topolnjak2014-04-231-1/+1
|
* upgrade dependencies to Akka 2.3 compatible versionsIvan Topolnjak2014-04-232-5/+6
|
* bump version to 0.3.0-SNAPSHOTIvan Topolnjak2014-04-221-1/+1
|
* Setting version to 0.0.16-SNAPSHOTIvan Topolnjak2014-04-101-1/+1
|
* Setting version to 0.0.15v0.0.15Ivan Topolnjak2014-04-101-1/+1
|
* + site: improve StatsD documentation and a few minor fixesIvan Topolnjak2014-04-107-62/+79
|
* + site: improve site documentation before releaseDiego2014-04-095-4/+14
|
* + site: update changelog before releaseDiego2014-04-091-2/+11
|
* = core: minor cleanup before releaseDiego2014-04-093-1/+10
|
* = statsd: fix max-packet-size setting used during testsIvan Topolnak2014-04-091-19/+8
|
* ! core: change metric identities to lower case, separated with dashesIvan Topolnak2014-04-093-5/+5
|
* = core: adjust the assertions on ActorMetricsSpec accordingly to our current ↵Ivan Topolnak2014-04-092-10/+7
| | | | collection model
* + 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
|
* = core: workaround border cases where mailbox size counting might fall ↵Ivan Topolnak2014-04-091-2/+7
| | | | bellow zero
* = statsd: avoid using scientific notation when rendering sampling ratesIvan Topolnak2014-04-081-1/+4
|
* Merge branch 'master' of github.com:kamon-io/KamonDiego2014-04-085-113/+243
|\
| * = 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
| |
| * = core: fix assertion on max mailbox-sizeIvan Topolnjak2014-04-081-1/+1
| |
| * ! statsd: take advantange of the multi-measurement formatIvan Topolnjak2014-04-074-112/+212
| |
* | + core: move logic in UnboundedMailboxInstrumentation to ↵Diego2014-04-083-74/+19
|/ | | | ActoMessagePassingTracing in order to do at most two calls
* = kamon-core: fixes a clash name in UnboundedMailboxIntrumentationDiego2014-04-071-4/+4
|
* + statsd: added link to siteDiego2014-04-071-1/+1
|
* + statsd: improve documentationDiego2014-04-063-4/+57
|
* Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2014-04-062-0/+61
|\
| * + kamon-core: added UnboundedMailboxInstrumentation to avoid O(n) time in ↵Diego2014-04-052-0/+61
| | | | | | | | .numberOfMessages
* | ! core: add the notion of instrument types to metric snapshotsIvan Topolnjak2014-04-065-10/+20
| |
* | = statsd: fix wrong assumptions about config parser breaking valuesIvan Topolnjak2014-04-051-5/+3
|/
* = site: remove 0.0.15 changelog info and were added logging and tracing linksDiego2014-04-031-6/+3
|
* + site: added changelog and license viewsDiego2014-04-035-4/+60
|
* = statsd: reference.conf file explanatory commentsIvan Topolnjak2014-04-031-1/+15
|
* = statsd: honor the max-packet-size setting and include newline char on ↵Ivan Topolnjak2014-04-033-23/+16
| | | | multi-metric packets
* Merge branch 'statsd'Ivan Topolnjak2014-04-038-6/+307
|\
| * + statsd: first working implementation with processing-time and ↵Ivan Topolnak2014-04-037-36/+96
| | | | | | | | time-in-mailbox metrics for actors
| * minor reorganization and includes filterIvan Topolnjak2014-04-034-59/+93
| |
| * WIP: statsd docDiego2014-04-021-1/+13
| |
| * Merge branch 'statsd' of github.com:kamon-io/Kamon into statsdDiego2014-04-021-1/+1
| |\
| | * added actorMetricsDiego2014-04-021-1/+3
| | |
| | * simple refactorDiego2014-04-023-2/+8
| | |
| | * simple refactorDiego2014-04-022-3/+4
| | |
| | * WIP:statsd moduleDiego2014-04-024-28/+26
| | |
| | * refactorDiego2014-04-023-4/+38
| | |
| | * simple refactorDiego2014-04-021-15/+8
| | |
| | * WIP:First implementation of statsd clientDiego2014-04-025-70/+100
| | |