aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* + core: add create methods for Entity.Ivan Topolnjak2015-02-041-0/+6
|
* ! all: include license headersDiego2015-01-313-0/+48
|
* Merge pull request #152 from kamon-io/automatic-loading-of-extensions#137Ivan Topolnjak2015-01-318-94/+174
|\ | | | | + all: use ModuleSupervisor to init all auto-start modules, fix #137
| * + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-308-94/+174
|/ | | | | | | | | | | The new ModuleSupervisor implementation will make use of special configuration keys under the `kamon.modules` section to detect all the available modules in the classpath and do two things with that info: 1. Log the AspectJ Weaver missing error if any of the available modules requires AspectJ. 2. Start all available modules that are marked with the auto-start setting.
* + core: add create and shutdown methods to Kamon.Ivan Topolnjak2015-01-291-0/+19
|
* ! all: include license headersDiego2015-01-2926-0/+415
|
* Merge branch 'wip/improve-metric-recorders-infrastructure'Ivan Topolnjak2015-01-2966-2008/+2124
|\ | | | | | | | | Conflicts: kamon-system-metrics/src/main/scala/kamon/system/SystemMetricsCollector.scala
| * = core: minor code formatting change.Ivan Topolnjak2015-01-291-1/+1
| |
| * ! core,akka: use our own dispatcher instead of Akka's default dispatcher.Ivan Topolnjak2015-01-291-11/+6
| |
| * = core: protect against negative values on diff gauges recordings.Ivan Topolnjak2015-01-291-2/+5
| |
| * = core: remove println left from testing.Ivan Topolnjak2015-01-261-13/+4
| |
| * ! core,statsd: set the default tick and flush intervals to 10 seconds.Ivan Topolnjak2015-01-261-1/+1
| |
| * ! core: ensure that the subscriptions dispatcher is correctly startedIvan Topolnjak2015-01-262-2/+3
| |
| * ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-2466-2001/+2127
|/
* = core: workaround intellij import name shadowing issue.Ivan Topolnjak2014-12-291-2/+3
| | | | More details can be found at: https://youtrack.jetbrains.com/issue/SCL-8074
* Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2014-12-2920-1976/+0
|\
| * Merge pull request #145 from kamon-io/wip/sub-projects-separationIvan Topolnjak2014-12-2820-1976/+0
| |\ | | | | | | Separate all akka-related stuff into it's own module.
| | * ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-2820-1976/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | module, related to #136. All Akka-related instrumentation and code has been moved to the kamon-akka module, including the filters for actor, dispatcher and router metrics. Also the following changes are included: - Router Metrics are now working properly, related to #139. - Cleanup the log output for this module, related to #142. - Some minor cleanups in various tests. This PR breaks the reporting modules which will need to wait for #141 to be ready to come back to life.
| | * + system-metrics: fix #135 and includes the following new metrics:Diego2014-12-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | ** DiskMetrics ** NonHeapMetrics ** LoadAverageMetrics ** ThreadMetrics ** ClassLoadingMetrics and closes #131
* | | Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2014-12-281-4/+4
|\| | | |/ |/|
| * + system-metrics: fix #135 and includes the following new metrics:Diego2014-12-271-4/+4
|/ | | | | | | | | ** DiskMetrics ** NonHeapMetrics ** LoadAverageMetrics ** ThreadMetrics ** ClassLoadingMetrics and closes #131
* = core: include new test case in GlobalPathFilterSpecDiego2014-12-241-1/+13
|
* = core: modified version of GlobPathFilter and improve GlobPahFilterSpecDiego2014-12-244-55/+132
|
* + core: introduce simplified version of GlobPathFilter and resolve exact ↵Diego2014-12-245-146/+89
| | | | actor metric filter issue
* = core: avoid error when TraceContext is emptyDiego2014-12-211-15/+16
|
* + statsd: report HttpServerMetrics to StatsDDiego2014-12-171-2/+2
|
* = 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-174-20/+45
|
* + core: introduce an alternative way for tracing the Akka.ask timeoutsDiego2014-12-135-24/+38
|
* 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 setting
| * = core: Fix ThresholdSampler to use minimum-elapsed-time settingMartin Grotzke2014-12-082-2/+4
|/ | | | | Also fixes usage of ThresholdSampler if "threshold" is configured as sampling strategy.
* = core: fix Sampler isPowerOfTwoDiego2014-12-051-1/+1
|
* = core: introduce fastMod operation in SamplerDiego2014-12-052-2/+16
|
* = core: force the tick buffer spec to use the .millis value of MilliTimestamp.Ivan Topolnjak2014-12-051-4/+4
|
* = core,datadog,statsd: migrate from plain Long to MilliTimestamp.Ivan Topolnjak2014-12-051-6/+6
|
* + newrelic: react correctly to restart and shutdown events from the New ↵Ivan Topolnjak2014-12-052-5/+25
| | | | Relic collector.
* Merge pull request #127 from carrot-garden/build-updated-sbt-versionDiego Parra2014-12-040-0/+0
|\ | | | | = build: update sbt version
* \ Merge pull request #124 from carrot-garden/sigar-review-1Diego Parra2014-12-041-0/+5
|\ \ | |/ |/| + system-metrics: two-phase sigar loading
| * + system-metrics: two-phase sigar loadingAndrei Pozolotin2014-12-041-0/+5
|/ | | | | | * update slf4jVersion * redirect JUL and LOG4J logging to SLF4J * use two-phase sigar loading
* + kamon-jdbc: introduce Jdbc segmentsDiego2014-12-041-0/+1
|
* = 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-0413-118/+640
|\
| * + core: cleanup the simple trace implementationIvan Topolnjak2014-12-0410-140/+259
| |
| * = 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-0312-92/+503
| |
* | + core: introduce Sequencer to generate a incrementing sequence of Longs ↵Diego2014-12-032-1/+42
|/ | | | with a simple Long overflow protection
* + core, play: introduce kamon-dispatcherDiego2014-12-021-1/+26
|
* + play, spray, newrelic: store in TraceLocal useful data to diagnose errors ↵Diego2014-11-301-0/+4
| | | | and closes #6