aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* + kamon-autoweave: add support Attach on IBM J9 and closes #354Diego2016-06-223-13/+34
|
* = kamon-core: remove kamon::start(config) for now, we need investigate a ↵Diego2016-05-201-15/+4
| | | | better option
* = 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
|
* Merge pull request #346 from michalfaber/kamon-riemannDiego Parra2016-04-290-0/+0
|\ | | | | + kamon-riemann: module for riemann
* | = 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 histograms
| | * | core: catch any exception being thrown when recording values on histogramsIvan Topolnjak2016-04-012-6/+19
| | | | | | | | | | | | | | | | fixes #232, fixes #332
* | | | + 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-222-9/+20
| |/ |/|
* | Merge pull request #338 from markus1189/breakableDiego Parra2016-04-041-16/+2
|\ \ | |/ |/| = kamon-autoweave: Remove usage of `breakable`
| * = kamon-autoweave: Remove usage of `breakable`Markus Hauck2016-04-041-16/+2
|/
* 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 ↵Diego2016-02-0714-2658/+92
| | | | | | | | com.sun.tools.attach.VirtualMachine from tools.jar
* | Merge pull request #310 from jtjeferreira/log-reporter-akka-routerDiego Parra2016-02-020-0/+0
|\ \ | | | | | | + log-reporter: add akka-router subscription
* \ \ Merge pull request #305 from jcazevedo/system-metrics-filterDiego Parra2016-01-230-0/+0
|\ \ \ | | | | | | | | = system-metrics: apply metric filters
* | | | Merge pull request #304 from lustefaniak/sbt-dependency-graph-autopluginDiego Parra2016-01-230-0/+0
|\| | | | |/ / |/| | = Upgrade jrudolph/sbt-dependency-graph to autoplugin version
* | | Merge pull request #308 from sergiotudela/bug/mac_jvm_attachDiego Parra2016-01-211-12/+73
|\ \ \ | | | | | | | | = autoweave: BsdVirtualMachine is attached from AgentLoader properly
| * | | Fixes https://github.com/kamon-io/Kamon/issues/307sergiotudela2016-01-211-2/+3
| | | | | | | | | | | | | | | | - Clean comments.
| * | | Fixes https://github.com/kamon-io/Kamon/issues/307sergiotudela2016-01-211-1/+1
| | | | | | | | | | | | | | | | - Clean comments.
| * | | Fixes https://github.com/kamon-io/Kamon/issues/307sergiotudela2016-01-211-3/+2
| | | | | | | | | | | | | | | | - Clean comments.
| * | | Fixes https://github.com/kamon-io/Kamon/issues/307sergiotudela2016-01-211-12/+73
| |/ /
* | | Merge pull request #306 from jcazevedo/trace-metric-filtersIvan Topolnjak2016-01-211-2/+4
|\ \ \ | |/ / |/| | = core: apply metric filters to traces
| * | = core: apply metric filters to tracesJoao Azevedo2016-01-201-2/+4
|/ /
* | Merge pull request #302 from trobert/masterDiego Parra2016-01-081-1/+3
|\ \ | | | | | | = core: don't throw MathError when auto-start is disabled for a module #300
| * | = 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
|\ \ | | | | | | Scale
| * | + 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-174-34/+32
| | |
* | | Merge pull request #296 from kamon-io/kamon-autoweaveIvan Topolnjak2015-12-0915-1/+2759
|\ \ \ | |/ / |/| | + kamon-autoweave: this new module allow attach the AspectJ loadtime …
| * | + kamon-autoweave: this new module allow attach the AspectJ loadtime weaving ↵Diego2015-12-0915-1/+2759
| | | | | | | | | | | | agent to a JVM after it has started (you don't need to use -javaagent). This offers extra flexibility but obviously any classes loaded before attachment will not be woven.
* | | ! 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 ↵Diego2015-11-254-17/+61
| | | | tooling for tests
* Merge branch 'master' into wip/decoupling-basic-apis-from-reportersDiego2015-11-250-0/+0
|\
* | wip: merge from master and fix some testDiego2015-11-153-17/+8
|\|
| * Merge pull request #270 from jozic/statsd-sendersIvan Topolnjak2015-11-030-0/+0
| |\ | | | | | | ! statsd: allow custom statsd senders + add simple statsd sender which doesn't batch stats
| * \ Merge pull request #264 from everpeace/add-kamon-fluentdDiego Parra2015-10-290-0/+0
| |\ \ | | |/ | |/| Introducing Kamon Fluentd module.
| * | Merge pull request #269 from cheekychops/loggerIvan Topolnjak2015-10-280-0/+0
| |\ \ | | |/ | |/| = newrelic: Associate logged errors with correct transaction
| * | Merge pull request #258 from Tolsi/stolmachev-kamon-jmxDiego Parra2015-10-230-0/+0
| |\ \ | | |/ | |/| Kamon JMX was added
| * | 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 started
| | * | = core: don't throw an NPE during shutdown if Kamon hasn't been startedEugene Platonov2015-09-301-2/+4
| | |/
| * | Merge pull request #256 from cheekychops/masterDiego Parra2015-09-300-0/+0
| |\| | | | | | | newrelic: de-tokenise the app name, fixes #255