aboutsummaryrefslogtreecommitdiff
path: root/kamon-core
Commit message (Expand)AuthorAgeFilesLines
* = core: minor refactorDiego2016-07-105-30/+55
* + Kamon-core: introduce finishWithError(Throwable) for Traces and SegmentsDiego Parra2016-07-087-57/+116
* Merge pull request #363 from dspasojevic/mdcDiego Parra2016-07-032-3/+57
|\
| * = kamon-core: add context name and token to MDCdxspasojevic2016-06-182-3/+57
* | + kamon-autoweave: add support Attach on IBM J9 and closes #354Diego2016-06-221-0/+1
|/
* = kamon-core: remove kamon::start(config) for now, we need investigate a bett...Diego2016-05-201-15/+4
* = kamon-core: Histogram::tryRecord fix value is not passed to the loggerDiego2016-05-152-3/+3
* = kamon-core: add kamon::start(config) option and fixes #351Diego2016-05-051-12/+19
* = all: bump up dependenciesDiego2016-04-221-2/+2
* Merge branch 'master' of github.com:kamon-io/KamonDiego2016-04-222-6/+19
|\
| * Merge pull request #335 from ivantopo/issue-#232Diego Parra2016-04-222-6/+19
| |\
| | * core: catch any exception being thrown when recording values on histogramsIvan Topolnjak2016-04-012-6/+19
* | | + kamon-spray: Add tags in spray spray directives for tracing and closes #345Diego2016-04-222-7/+5
* | | Add tags for traces and closes #327Diego2016-04-225-33/+79
* | | Add tags for traces and closes #327Diego2016-04-226-27/+57
|/ /
* / ! kamon-autoweave: catch all exceptions thrown for AgentLoader and closes #344Diego2016-04-221-4/+13
|/
* minor formatting changes.Ivan Topolnjak2016-03-153-4/+4
* Merge branch 'issue#271/fix-balancing-pool-metrics'Ivan Topolnjak2016-03-153-3/+15
|\
| * introduce selective instrumentation for akka actors.Ivan Topolnjak2016-03-143-0/+14
* | = core: minor refactor in ExecutorServiceMetricsDiego2016-03-062-52/+44
* | = system-metrics: runSafe in UlimitMetrics and include a testDiego2016-03-034-14/+14
* | = kamon-autoweave: refactor in order to load the com.sun.tools.attach.Virtual...Diego2016-02-071-1/+1
* | = core: apply metric filters to tracesJoao Azevedo2016-01-201-2/+4
* | = core: don't throw MathError when auto-start is disabled for a module #300Thibaut Robert2016-01-081-1/+3
* | Merge pull request #294 from jozic/scaleDiego Parra2015-12-2414-13/+477
|\ \
| * | + core: provide generic way to scale time and memory metricsEugene Platonov2015-12-0114-13/+477
* | | = All: downgrade sbt to 0.13.8 in order to avoid issues with scalariformDiego2015-12-172-3/+3
* | | Merge pull request #296 from kamon-io/kamon-autoweaveIvan Topolnjak2015-12-091-1/+17
|\ \ \ | |/ / |/| |
| * | + kamon-autoweave: this new module allow attach the AspectJ loadtime weaving ...Diego2015-12-091-1/+17
* | | ! core: Avoid updating the totalCount on our histograms and close #293Diego2015-11-302-37/+16
|/ /
* / = all: some clean upDiego2015-11-271-1/+0
|/
* ! core: Decoupling basic apis from reporters in order to improve Kamon toolin...Diego2015-11-254-17/+61
* wip: merge from master and fix some testDiego2015-11-153-17/+8
|\
| * Merge pull request #263 from jozic/shutdownDiego Parra2015-09-301-2/+4
| |\
| | * = core: don't throw an NPE during shutdown if Kamon hasn't been startedEugene Platonov2015-09-301-2/+4
| * | = core: fix typo in kamon auto-start error messageEugene Platonov2015-09-301-1/+1
| |/
| * = akka-remote: add @transient to kamon.trace.SegmentAware::segment to avoid e...Diego2015-08-271-1/+1
* | wip, core/akka/spray are kind of migrated.Ivan Topolnjak2015-08-2811-144/+73
|/
* ! kamon-akka: change in DispatcherInstrumentation the type of Dispatcher to F...Diego2015-08-251-5/+5
* ! core: generalize ThreadPoolExecutors metricsDiego2015-08-253-58/+278
* ! core: generalize ThreadPoolExecutors metricsDiego2015-08-252-1/+92
* Merge branch 'make-kamon-test-friendly'Ivan Topolnjak2015-08-241-2/+20
|\
| * + core: introduce auto-start feature to make Kamon more test-friendly, relate...Ivan Topolnjak2015-08-242-3/+21
* | ! play: remove diagnostic context dataDiego2015-08-161-4/+0
* | = system-metrics: The sigar not implemented exceptions are listed as warnings...Diego2015-08-111-1/+1
* | + core: Allow creation of counters with unitsDaniel Solano Gómez2015-07-241-0/+3
* | Merge branch 'samplers' of https://github.com/Elyrixia/Kamon into pr/elyrixia...Ivan Topolnjak2015-07-216-25/+124
|\ \
| * | + core: add a clock-sampler, fix ordered-sampler, add unit tests for samplersTristan Sallé2015-07-156-25/+124
| |/
* / + Ensure that the TraceLocalStorage can be used from Java and close #196Diego2015-07-182-13/+33
|/
* Merge pull request #223 from jtjeferreira/customTraceTokenGeneratorIvan Topolnjak2015-07-144-11/+24
|\