aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* = core: modified version of GlobPathFilter and improve GlobPahFilterSpecDiego2014-12-244-55/+132
* + core: introduce simplified version of GlobPathFilter and resolve exact acto...Diego2014-12-245-146/+89
* = core: avoid error when TraceContext is emptyDiego2014-12-211-15/+16
* + datadog: report HttpServerMetrics to Datadog and closes #132Diego2014-12-171-0/+4
* + statsd: report HttpServerMetrics to StatsDDiego2014-12-172-2/+6
* = core: avoid unnecesary allocation when askPatternTimeoutWarning is offDiego2014-12-175-17/+54
* + core: A more lightweight way for tracing the Akka.ask timeouts and closes #113Diego2014-12-176-22/+47
* + core: introduce an alternative way for tracing the Akka.ask timeoutsDiego2014-12-136-25/+39
* = newrelic: protect (again) against missing mixin of TraceContextAware in err...Ivan Topolnjak2014-12-091-7/+10
* Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2014-12-082-2/+4
|\
| * Merge pull request #129 from magro/threshold-samplerIvan Topolnjak2014-12-082-2/+4
| |\
| | * = core: Fix ThresholdSampler to use minimum-elapsed-time settingMartin Grotzke2014-12-082-2/+4
| |/
* / = git: ignore the kamon-dashboard tools and processed assets.Ivan Topolnjak2014-12-081-0/+6
|/
* + system-metrics: include RxDropped and TxDropped in NetworkMetricsDiego2014-12-064-8/+30
* = core: fix Sampler isPowerOfTwoDiego2014-12-051-1/+1
* = core: introduce fastMod operation in SamplerDiego2014-12-053-3/+17
* = core: force the tick buffer spec to use the .millis value of MilliTimestamp.Ivan Topolnjak2014-12-051-4/+4
* = newrelic: ignore segments that are not HTTP client.Ivan Topolnjak2014-12-051-0/+1
* = core,datadog,statsd: migrate from plain Long to MilliTimestamp.Ivan Topolnjak2014-12-053-10/+10
* = newrelic: remove println left from testingIvan Topolnjak2014-12-051-1/+0
* + newrelic: react correctly to restart and shutdown events from the New Relic...Ivan Topolnjak2014-12-0513-188/+288
* Merge pull request #127 from carrot-garden/build-updated-sbt-versionDiego Parra2014-12-041-1/+1
|\
| * = build: update sbt versionAndrei Pozolotin2014-12-041-1/+1
* | Merge pull request #124 from carrot-garden/sigar-review-1Diego Parra2014-12-048-10/+76
|\ \ | |/ |/|
| * + system-metrics: two-phase sigar loadingAndrei Pozolotin2014-12-048-10/+76
|/
* + kamon-jdbc: introduce kamon-jdbc moduleDiego2014-12-042-14/+12
* + kamon-jdbc: introduce Jdbc segmentsDiego2014-12-045-6/+75
* = jdbc: rename processors in SpecDiego2014-12-041-4/+4
* + kamon-jdbc: introduce SqlErrorProcessorDiego2014-12-044-22/+55
* = kamon-jdbc: change execution pointcut to callDiego2014-12-042-5/+5
* = kamon-jdbc: minor refactorDiego2014-12-044-24/+37
* + kamon-jdbc: * include StatementInstrumentationSpecDiego2014-12-045-57/+192
* ! kamon-jdbc: instroduce Statements Metrics like writes, reads, errors and sl...Diego2014-12-048-1/+339
* = core: include license headersDiego2014-12-045-2/+80
* = core: use Sequencer instead of AtomicLongDiego2014-12-032-4/+5
* Merge branch 'wip/simple-tracing-implementation'Ivan Topolnjak2014-12-0417-124/+652
|\
| * + core: cleanup the simple trace implementationIvan Topolnjak2014-12-0414-146/+271
| * = core: use MetricsOnly contexts for remote contextsIvan Topolnjak2014-12-032-11/+3
| * = core: first simple approach to providing traces and a subscription mechanism.Ivan Topolnjak2014-12-0313-93/+504
* | + core: introduce Sequencer to generate a incrementing sequence of Longs with...Diego2014-12-032-1/+42
|/
* = system-metrics: fix specsDiego2014-12-021-2/+2
* + core, play: introduce kamon-dispatcherDiego2014-12-025-11/+35
* + play: change pointcut execution to call and closes #122Diego2014-12-022-6/+10
* ! sigar,sysmetrics: delete the kamon-sigar project and switch to sigar-loaderIvan Topolnjak2014-12-0114-777/+34
* + play, spray, newrelic: store in TraceLocal useful data to diagnose errors a...Diego2014-11-306-20/+78
* = build: include license headersDiego2014-11-277-0/+105
* + system-metrics: introduce stolen metricDiego2014-11-214-7/+21
* ! system-metrics: decouple kamon-system-metrics from sigar through to kamon-s...Diego2014-11-1925-157/+32
* ! core: update HdrHistogram to 2.0.3Diego2014-11-194-5/+5
* + core: refactor MDC facilities and closes #100Diego2014-11-198-58/+137