aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * ! core: cleanup entity on removalNils-Helge Garli Hegvik2015-07-101-2/+5
|/
* Merge pull request #220 from enix/fix-#165Diego Parra2015-06-181-10/+25
|\ | | | | + akka: avoid runtime exceptions logged on ActorCell shutdown #165
| * + akka: avoid runtime exceptions logged on ActorCell shutdown #165Ernst Naezer2015-06-161-10/+25
|/
* + akka: avoid runtime exceptions logged on dispatchers shutdownDiego2015-06-141-6/+8
|
* Merge pull request #212 from pjan/akka/cleanup/map_to_foreachDiego Parra2015-06-051-9/+15
|\ | | | | = akka: Change map to foreach for side-effecting behaviour on Option
| * Change map to foreach for side-effecting behaviour on Optionpjan vandaele2015-06-041-9/+15
|/ | | | cleanup
* Merge pull request #205 from jtjeferreira/fixSprayClientIntrumentationErrorDiego Parra2015-05-282-4/+40
|\ | | | | = spray: Fix segment finishing on errors
| * = spray: Fix segment finishing on errorsJoão Ferreira2015-05-222-4/+40
| |
* | Update README.mdDiego Parra2015-05-241-3/+0
| |
* | ! all: remove kamon-dashboard moduleDiego2015-05-2342-5645/+1
| |
* | ! play: change use onComplete instead of map in order to avoid open segments ↵Diego2015-05-211-1/+1
|/ | | | in a failure
* ! core: avoid to evaluate code twice in TraceContext.withNewAsyncSegment and ↵Diego2015-05-211-1/+1
| | | | close #204
* Merge pull request #203 from Elyrixia/fixReadmeDiego Parra2015-05-211-1/+1
|\ | | | | Update README.md
| * Update README.mdTristan Sallé2015-05-211-1/+1
|/
* + play: create and configure a default trace name generator for Play apps ↵Diego2015-05-174-35/+31
| | | | and closes #190
* = newrelic: correctly subscribe to single-instrument entities, fixes #197.Ivan Topolnjak2015-05-132-22/+24
|
* Merge pull request #198 from lustefaniak/gauge-fixIvan Topolnjak2015-05-131-1/+1
|\ | | | | = core: Fix usage of GaugeKey for gauges in MetricsModule
| * = core: Fix usage of GaugeKey for gauges in MetricsModuleLukas Stefaniak2015-05-121-1/+1
|/
* Set version to 0.4.1-SHA.Ivan Topolnjak2015-05-112-2/+2
|
* Setting version to 0.4.0.v0.4.0Ivan Topolnjak2015-05-092-2/+2
|
* = newrelic: fix scaling issues with web transaction metrics.Ivan Topolnjak2015-05-094-7/+10
|
* + datadog: include the same default subscriptions as kamon-statsd.Ivan Topolnjak2015-05-091-6/+12
|
* ! datadog: change the metric naming convention for single instrument entities.Ivan Topolnjak2015-05-092-8/+35
|
* = log-reporter: remove useless read of config properties.Ivan Topolnjak2015-05-081-1/+0
|
* = system-metrics: avoid division by zero exception and close #194Diego2015-05-061-1/+3
|
* Update README.mdDiego Parra2015-05-051-3/+2
|
* Update README.mdDiego Parra2015-05-051-0/+1
|
* ! play: change PlayNameGenerator to plain NameGenerator.Ivan Topolnjak2015-05-042-4/+4
|
* = core,playground: automatic code formatting.Ivan Topolnjak2015-05-042-3/+4
|
* = spray: fix server metrics tests.Ivan Topolnjak2015-05-042-4/+4
|
* ! spray: use SameThreadExecutionContext in ClientRequestInstrumentation and ↵Diego2015-05-031-5/+3
| | | | closes #143
* + core: java variant of withMdcDiego2015-05-011-0/+6
|
* ! log-reporter: remove report-system-metrics flag and subscribe by default ↵Diego2015-04-282-11/+1
| | | | to syste-metric category
* ! system-metrics: remove unused report-system-metrics flag in the others modulesDiego2015-04-283-20/+1
|
* ! statsd: include HttpServerMetricsDiego2015-04-281-0/+1
|
* ! datadog: include HttpServerMetricsDiego2015-04-281-0/+1
|
* ! play: use SameThreadExecutionContext in Request and WS instrumentation in ↵Diego2015-04-283-6/+6
| | | | order to achieve more accurate metrics
* Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2015-04-271-1/+8
|\
| * = annotation: introduce @Inherited in EnableKamonDiego2015-04-261-1/+8
| |
* | ! spray: rename SprayNameGenerator to just NameGenerator.Ivan Topolnjak2015-04-274-6/+6
| |
* | = core: fix typo.Ivan Topolnjak2015-04-261-1/+1
| |
* | + spray: add companion object for KamonTraceDirectives.Ivan Topolnjak2015-04-261-0/+2
| |
* | ! spray: change the default trace name to UnnamedTrace.Ivan Topolnjak2015-04-261-1/+1
|/
* = annotation: break histograms instrument into histograms and timeHistograms ↵Diego2015-04-213-4/+7
| | | | to avoid getStaticPart.Id collisions
* = annotation: include all packagesDiego2015-04-211-1/+3
|
* = akka: correctly handle invoke errors while processing system messages, ↵Ivan Topolnjak2015-04-221-1/+6
| | | | fixes #184.
* = akka-remote: disable auto-start on akka-remote, there is nothing to start.Ivan Topolnjak2015-04-201-1/+2
|
* = core: correctly print module names when auto-starting.Ivan Topolnjak2015-04-201-1/+1
|
* = scala: fix malformed modules section in reference.conf file.Ivan Topolnjak2015-04-201-3/+4
|
* = akka: clean up the ask pattern warning instrumentation and tests.Ivan Topolnjak2015-04-183-99/+78
|