aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-223-8/+7
| | |
* | | Add tags for traces and closes #327Diego2016-04-226-34/+80
| | |
* | | Add tags for traces and closes #327Diego2016-04-227-27/+58
|/ /
* | ! 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
|/
* Merge pull request #309 from jtjeferreira/kamon-elasticsearchDiego Parra2016-03-3010-0/+631
|\ | | | | + kamon-elasticsearch: new integration module
| * + kamon-elasticsearch: new integration moduleJoão Ferreira2016-03-1710-0/+631
| |
* | Merge pull request #330 from cheekychops/masterDiego Parra2016-03-301-1/+1
|\ \ | | | | | | = newrelic: update newrelic-agent dependency
| * | = newrelic: update newrelic-agent dependencyColin2016-03-301-1/+1
|/ /
* | Merge pull request #325 from UriShohet/masterIvan Topolnjak2016-03-291-1/+1
|\ \ | | | | | | in "normalize" strategy - add replace(":", "-") after replace(": ", "-") to cover the remotely deployed actors case
| * | revert to ": " to cover the "trace", "POST: /kamon/example" case, but add ↵Shohet2016-03-211-1/+1
| | | | | | | | | | | | replace(":", "-") afterwards to cover the remotely deployed actors case too
| * | in "normalize" strategy - replace ":" with "-", instead of ": " with "-"Shohet2016-03-201-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | Remote actors paths look like akka.tcp://ActorSystemName@Slavehost1:2551/remote/akka.tcp/ActorSystemName@Masterhost:2551/user/master/myRouter/c10 Before the change the remote actor's metrics didn't get through because the ':' after the Masterhost and everything that followed it was cut off. A metric name in grafana would look like ActorSystemName.slavehost1.akka-actor.ActorSystemName_remote_akka_tcp_ActorSystemNameMasterhostIP, now it looks like ActorSystemName.slavehost1.akka-actor.ActorSystemName_remote_akka_tcp_ActorSystemNameMasterhostIP-2551_user_master_myRouter_c4.errors
* | Setting version to 0.6.1-SNAPSHOTIvan Topolnjak2016-03-292-2/+2
| |
* | set version to 0.6.0v0.6.0Ivan Topolnjak2016-03-282-2/+2
| |
* | correctly differentiate between actors and routers, fixes #271Ivan Topolnjak2016-03-282-10/+5
|/
* minor formatting changes.Ivan Topolnjak2016-03-153-4/+4
|
* Merge branch 'issue#271/fix-balancing-pool-metrics'Ivan Topolnjak2016-03-1520-361/+652
|\
| * remove the context propagation configuration, we will always propagate.Ivan Topolnjak2016-03-143-77/+50
| |
| * introduce selective instrumentation for akka actors.Ivan Topolnjak2016-03-1420-357/+677
| |
* | = fluentd-example: replace extension-id by extension-class in application.confDiego2016-03-061-1/+1
| |
* | + log-reporter: include ExecutorServiceMetricsDiego2016-03-061-10/+18
| |
* | = core: minor refactor in ExecutorServiceMetricsDiego2016-03-062-52/+44
| |
* | = system-metrics: runSafe in UlimitMetrics and include a testDiego2016-03-037-20/+26
| |
* | Merge pull request #317 from wehkamp/bufferPoolMetricsDiego Parra2016-03-012-9/+45
|\ \ | | | | | | + expose memory buffer pool metrics from JMX
| * | + expose memory buffer pool metrics from JMXArnout Engelen2016-02-282-9/+45
|/ /
* | = kamon-autoweave: refactor in order to load the ↵Diego2016-02-0715-2659/+93
| | | | | | | | com.sun.tools.attach.VirtualMachine from tools.jar
* | = fluentd: change extension-id by extension-classDiego Parra2016-02-071-1/+1
| |
* | Merge pull request #312 from maesenka/masterDiego Parra2016-02-061-2/+2
|\ \ | | | | | | Corrects key name error in JMX reference configuration
| * | Corrects key name error in reference configuration.Karel Maesen2016-02-051-2/+2
|/ /
* | Merge pull request #310 from jtjeferreira/log-reporter-akka-routerDiego Parra2016-02-022-0/+46
|\ \ | | | | | | + log-reporter: add akka-router subscription
| * | + log-reporter: add akka-router subscriptionJoão Ferreira2016-01-242-0/+46
| | |
* | | Merge pull request #305 from jcazevedo/system-metrics-filterDiego Parra2016-01-233-8/+15
|\ \ \ | | | | | | | | = system-metrics: apply metric filters
| * | | = system-metrics: apply metric filtersJoao Azevedo2016-01-203-8/+15
| | | |
* | | | Merge pull request #304 from lustefaniak/sbt-dependency-graph-autopluginDiego Parra2016-01-232-3/+2
|\ \ \ \ | |_|/ / |/| | | = Upgrade jrudolph/sbt-dependency-graph to autoplugin version
| * | | = Upgrade jrudolph/sbt-dependency-graph to autoplugin versionLukasz Stefaniak2016-01-192-3/+2
| |/ /
* | | 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 #299 from dangerousben/case-insens-tt-headerDiego Parra2016-01-082-1/+15
|\ \ | | | | | | + spray: check for trace-token header in case-insensitive manner.
| * | + spray: check for trace-token header in case-insensitive manner.Ben Spencer2016-01-082-1/+15
|/ / | | | | | | To comply with http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2