aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* = spray: give some more time to TestServer setup to avoid false test failuresIvan Topolnjak2014-06-101-1/+3
|
* + travis: separate compile/test and execute all tests sequentiallyIvan Topolnjak2014-06-101-1/+4
|
* = statsd: force the decimal format to use dot (.) as decimal point separatorIvan Topolnjak2014-06-091-3/+7
|
* = core: minor refactor in MinMaxCounterDiego2014-06-081-1/+4
|
* + core: upgraded HDRHistogram to 1.2.1Diego2014-06-072-2/+1
|
* = core: remove ContinuousHdrRecorder from ActorMetricsDiego2014-06-073-5/+5
| | | | * in the case that we get a negative number, change the number to positive in MinMaxCounter in order to avoid IndexOutOfBoundsException.
* = core : fixes #38Diego2014-06-072-24/+41
| | | | * I've changed the way to get the Actorsystem inside of DispatcerTracing, passing the actorSystem across the Dispatchers and then to each Dispatcher in the same ActorSystem.
* = core: fixes #37Diego2014-06-051-8/+14
|
* + datadog: more tests and support for multiple metrics in the same packageDiego2014-06-054-34/+100
|
* = core: fixes typo in DispatcherMetricsDiego2014-05-281-2/+2
|
* ! site: introduce a navigation tree on documentation pages and reorder the ↵Ivan Topolnjak2014-05-2526-79/+339
| | | | site structure accordingly
* + datadog: include dispatchers metricsDiego2014-05-212-2/+9
|
* + statsd: include dispatchers metricsDiego2014-05-212-2/+9
|
* = core: avoid using tuples in favor of case classesIvan Topolnak2014-05-216-84/+74
|
* + site: new datadog module in navigation barDiego2014-05-214-2/+418
|
* + datadog: include identification tags and clean up all irrelevant code from ↵Ivan Topolnjak2014-05-214-131/+51
| | | | StatsD
* = core: fix DispatcherMetricsSpecDiego2014-05-202-1/+2
|
* = core: fix DispatcherMetricsSpecDiego2014-05-201-1/+1
|
* = core: added license in TraceLocal and TraceLocalSpecDiego2014-05-202-1/+32
|
* + core: added tests to dispatcher metricsDiego2014-05-202-7/+112
|
* removed old MailboxSizeMetricsSpecDiego2014-05-201-31/+0
|
* + core: added dispatchers metrics instrumentationDiego2014-05-206-4/+260
|
* = spray: give more time to bind the ports when using the test serverIvan Topolnak2014-05-201-1/+4
|
* + core: initial support for TraceLocal storageIvan Topolnak2014-05-203-0/+77
|
* + core: allow dispatcher configuration to core componentsIvan Topolnjak2014-05-187-38/+17
|
* = core: move the scheduling of gauge recordings to MetricsExtension and load ↵Ivan Topolnjak2014-05-185-40/+52
| | | | interval for recordings from config
* + site: created Google+ kamon profile and linked with rel=author tag in ↵Diego2014-05-141-0/+1
| | | | order to appear in google search
* = datadog: fix processTags methodDiego2014-05-141-1/+4
|
* = statsd: remove thirdMetricTest in order to avoid error when run test in travisDiego2014-05-141-14/+4
|
* + statsd: fixed StatsDMetricSenderSpecDiego2014-05-141-5/+5
|
* ! datadog: first functional implementation of DatadogMetricsSenderDiego2014-05-144-46/+26
|
* + datadog: create datadog documentationDiego2014-05-122-0/+86
|
* + datadog: added counter instument and testDiego2014-05-123-6/+144
|
* ! datadog: first commit of datadog integration moduleDiego2014-05-125-0/+278
|
* ! core: added java.logging.Logger instead of slf4j in ↵Diego2014-05-121-3/+3
| | | | KamonWeaverMessageHandler and fixes #32
* = statsd: fix StatsDMetricSenderSpecDiego2014-05-091-1/+1
|
* + play: removed default dispatchers to kamon default dispatcher and refactor ↵Diego2014-05-097-14/+58
| | | | test in WSInstrumentationSpec
* + play: new rename trace testDiego2014-05-091-0/+2
|
* = play: change code formatDiego2014-05-092-10/+10
|
* + play: upgrade version to 2.3.RC1 and change Specs2 for ScalaTestsDiego2014-05-094-61/+35
|
* = core: code formatDiego2014-05-092-5/+4
|
* + core: added MinMaxCounterSpec and new test in ActorMetricsSpecDiego2014-05-095-15/+148
|
* = core: fixed ActorMetricsSpecDiego2014-05-073-25/+25
|
* + core: MinMaxCounter for actor mailbox sizeDiego2014-05-074-12/+128
|
* = statsd: minor changeDiego2014-05-021-1/+1
|
* + statsd: added kamon counter instrumentDiego2014-05-023-4/+15
|
* ! core: first implementetion of kamon counter intrument and actor errors metricsDiego2014-05-010-0/+0
|\
| * Merge pull request #31 from migralito/fix-newrelic-loggerivantopo2014-04-301-5/+14
| |\ | | | | | | = newrelic: fix ClassCastException in NewRelicErrorLogger
| | * = newrelic: fix ClassCastException in NewRelicErrorLoggeradelio2014-04-301-5/+14
| |/ | | | | | | when not using aspectJ weaver, fixes #29
* | = newrelic: fix ClassCastException in NewRelicErrorLoggeradelio2014-05-011-5/+14
| | | | | | | | when not using aspectJ weaver, fixes #29