aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #294 from jozic/scaleDiego Parra2015-12-2419-35/+541
|\ | | | | Scale
| * + datadog: allow time and memory metrics be scaled before sending to datadogEugene Platonov2015-12-012-2/+21
| |
| * + statsd: allow time and memory metrics be scaled before sending to statsdEugene Platonov2015-12-013-20/+43
| |
| * + core: provide generic way to scale time and memory metricsEugene Platonov2015-12-0114-13/+477
| |
* | + play: capture debug method in LoggerLikeInstrumentationDiego2015-12-172-2/+8
| |
* | = All: downgrade sbt to 0.13.8 in order to avoid issues with scalariformDiego2015-12-177-41/+39
| |
* | ! system-metrics: change unit in ClassLoadingMetrics and close #297Diego2015-12-171-3/+3
| |
* | Merge pull request #296 from kamon-io/kamon-autoweaveIvan Topolnjak2015-12-0916-3/+2770
|\ \ | |/ |/| + kamon-autoweave: this new module allow attach the AspectJ loadtime …
| * + kamon-autoweave: this new module allow attach the AspectJ loadtime weaving ↵Diego2015-12-0916-3/+2770
| | | | | | | | 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: bump up dependency versions and fix testDiego2015-11-274-168/+5
|
* = all: some clean upDiego2015-11-272-2/+1
|
* ! akka: avoid error thrown in dispatcher instrumentation when using custom ↵Diego2015-11-274-12/+185
| | | | dispatchers and close #290
* = all: some clean up in jdbc and annotation modulesDiego2015-11-274-12/+7
|
* ! system-metrics: avoid negatives values of systemDiff and systemPercent, ↵Diego2015-11-261-12/+18
| | | | and close #291
* ! build: remove even more output of dependency downloads.Ivan Topolnjak2015-11-251-1/+1
|
* ! core: Decoupling basic apis from reporters in order to improve Kamon ↵Diego2015-11-2513-40/+79
| | | | tooling for tests
* Merge branch 'master' into wip/decoupling-basic-apis-from-reportersDiego2015-11-253-3/+42
|\
| * ! build: filter most of the output from sbt test.Ivan Topolnjak2015-11-233-3/+42
| | | | | | | | | | Based on the work found here: http://codecraft.vaamo.de/2014/08/22/less-is-more-when-it-comes-to-ci-logs.html
* | wip: merge from master and fix some testDiego2015-11-1564-243/+2092
|\|
| * Merge pull request #280 from jozic/spm-fIvan Topolnjak2015-11-052-4/+4
| |\ | | | | | | = spm: fix sending metrics failure message
| | * = spm: fix sending metrics failure messageEugene Platonov2015-11-052-4/+4
| |/
| * Merge pull request #279 from cheekychops/loggerbugDiego Parra2015-11-043-16/+204
| |\ | | | | | | = newrelic: prevent NPE when errors are logged without New Relic Agent
| | * = newrelic: prevent NPE when errors are logged without New Relic AgentColin Smith2015-11-043-16/+204
| |/ | | | | | | This fixes #278 and adds a few unit tests
| * Merge pull request #270 from jozic/statsd-sendersIvan Topolnjak2015-11-0312-232/+519
| |\ | | | | | | ! statsd: allow custom statsd senders + add simple statsd sender which doesn't batch stats
| | * ! statsd: allow custom statsd senders + add simple statsd sender which ↵Eugene Platonov2015-10-2812-232/+519
| | | | | | | | | | | | doesn't batch stats
| * | Merge pull request #264 from everpeace/add-kamon-fluentdDiego Parra2015-10-2911-1/+747
| |\ \ | | | | | | | | Introducing Kamon Fluentd module.
| | * | + add Fluentd moduleShingo Omura2015-10-2511-1/+747
| | | | | | | | | | | | | | | | | | | | - introduced kamon-fluentd module. - added kamon-fluentd-example project, which can report various metrics to stdoutputs via fluentd.
| * | | + kamon-examples: include kamon-annotation examplesDiego2015-10-2912-0/+197
| | | |
| * | | Merge pull request #276 from cheekychops/sbt0139Diego Parra2015-10-281-1/+1
| |\ \ \ | | |_|/ | |/| | = build: upgrade to sbt 0.13.9
| | * | = build: upgrade to sbt 0.13.9Colin Smith2015-10-281-1/+1
| |/ /
| * | Merge pull request #269 from cheekychops/loggerIvan Topolnjak2015-10-284-21/+36
| |\ \ | | |/ | |/| = newrelic: Associate logged errors with correct transaction
| | * = newrelic: Associate logged errors with correct transactionColin Smith2015-10-144-21/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, errors were associated with transactions named "OtherTransaction/<trace-name>", with this change they are associated with "WebTransaction/Uri/<trace-name" which is the name expected by NewRelic. The additional complexity of wrapping messages in LoggedError instances ensures that the logged message is not repeated in the New Relic UI.
| * | Merge pull request #258 from Tolsi/stolmachev-kamon-jmxDiego Parra2015-10-235-2/+333
| |\ \ | | | | | | | | Kamon JMX was added
| | * | + add jmx metric reporterSergey Tolmachev2015-10-225-2/+333
| | | |
| * | | Merge pull request #268 from cheekychops/sslDiego Parra2015-10-217-19/+29
| |\ \ \ | | |_|/ | |/| | + newrelic: add ssl support to agent
| | * | + newrelic: add ssl support to agentColin Smith2015-10-097-19/+29
| |/ / | | | | | | | | | Use kamon.newrelic.ssl = true to send metrics over https
| * | + system-metrics: add open file descriptors metrics.Ivan Topolnjak2015-10-062-1/+22
| | |
| * | Setting version to 0.5.3-SNAPSHOTIvan Topolnjak2015-10-062-2/+2
| | |
| * | Setting version to 0.5.2v0.5.2Ivan Topolnjak2015-10-062-2/+2
| | |
| * | 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-302-3/+45
| |\ \ \ | | | | | | | | | | newrelic: de-tokenise the app name, fixes #255
| | * | | newrelic: de-tokenise the app name, fixes #255Colin Smith2015-09-142-3/+45
| | | |/ | | |/|
| * | | Merge pull request #262 from jozic/patch-1Diego Parra2015-09-301-1/+1
| |\ \ \ | | |_|/ | |/| | = core: fix typo in kamon auto-start error message
| | * | = core: fix typo in kamon auto-start error messageEugene Platonov2015-09-301-1/+1
| |/ /
| * | = all: bump up all versionDiego2015-09-261-5/+5
| | |
| * | Merge pull request #260 from alno/heap-metrics-fixDiego Parra2015-09-262-8/+22
| |\ \ | | |/ | |/| Fix heap metrics update
| | * ! system-metrics: Fix heap metrics updateAlexey Noskov2015-09-262-8/+22
| |/ | | | | | | Don't store reference to MemoryUsage object: it's immutable, instead store function extracting it from MemoryMXBean
| * = newrelic: correctly filter non-http-client segments from the web ↵Ivan Topolnjak2015-09-011-2/+5
| | | | | | | | transaction metrics, fixes #253.