aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ! all: include license headersDiego2015-01-2942-0/+671
|
* Merge branch 'wip/improve-metric-recorders-infrastructure'Ivan Topolnjak2015-01-29169-5656/+4519
|\ | | | | | | | | Conflicts: kamon-system-metrics/src/main/scala/kamon/system/SystemMetricsCollector.scala
| * = core: minor code formatting change.Ivan Topolnjak2015-01-291-1/+1
| |
| * = sysmetrics: avoid requesting file systems and network interfaces on each ↵Ivan Topolnjak2015-01-297-38/+39
| | | | | | | | Sigar metric update.
| * ! core,akka: use our own dispatcher instead of Akka's default dispatcher.Ivan Topolnjak2015-01-292-12/+7
| |
| * = core: protect against negative values on diff gauges recordings.Ivan Topolnjak2015-01-291-2/+5
| |
| * = sysmetrics: protect file system and network metrics from sigar exceptions.Ivan Topolnjak2015-01-282-4/+8
| |
| * = playground: remove unused settings from the app config.Ivan Topolnjak2015-01-281-59/+5
| |
| * + akka: include default filters configuration for actors.Ivan Topolnjak2015-01-281-0/+5
| |
| * + sysmetrics: calculate and reporte the buffers + cache system memory.Ivan Topolnjak2015-01-281-1/+1
| |
| * = core: remove println left from testing.Ivan Topolnjak2015-01-261-13/+4
| |
| * = statsd: pick the tick duration from the metrics extension settings.Ivan Topolnjak2015-01-261-5/+6
| |
| * ! core,statsd: set the default tick and flush intervals to 10 seconds.Ivan Topolnjak2015-01-262-2/+2
| |
| * + sysmetrics: report total and buffers+cache system memoryIvan Topolnjak2015-01-261-2/+7
| |
| * ! core: ensure that the subscriptions dispatcher is correctly startedIvan Topolnjak2015-01-262-2/+3
| |
| * ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-24168-5584/+4498
| |
* | Merge pull request #149 from pikazlou/masterIvan Topolnjak2015-01-231-3/+6
|\ \ | |/ |/| system-metrics: fix #148, file descriptor leak in context switches
| * system-metrics: fix #148, file descriptor leak in context switchesPavel Kazlou2015-01-091-3/+6
|/
* = 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-2930-748/+926
|\
| * Merge pull request #145 from kamon-io/wip/sub-projects-separationIvan Topolnjak2014-12-2831-751/+929
| |\ | | | | | | 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-2830-748/+926
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * + statsd: includes Disk, NonHeap LoadAverage, Threads and ClassLoading metricsDiego2014-12-281-3/+15
| | |
| | * + datadog: includes Disk, NonHeap LoadAverage, Threads and ClassLoading metricsDiego2014-12-281-3/+15
| | |
| | * + system-metrics: fix #135 and includes the following new metrics:Diego2014-12-2813-182/+829
| | | | | | | | | | | | | | | | | | | | | | | | | | | ** DiskMetrics ** NonHeapMetrics ** LoadAverageMetrics ** ThreadMetrics ** ClassLoadingMetrics and closes #131
* | | Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2014-12-2815-188/+859
|\| | | |/ |/|
| * + statsd: includes Disk, NonHeap LoadAverage, Threads and ClassLoading metricsDiego2014-12-271-3/+15
| |
| * + datadog: includes Disk, NonHeap LoadAverage, Threads and ClassLoading metricsDiego2014-12-271-3/+15
| |
| * + system-metrics: fix #135 and includes the following new metrics:Diego2014-12-2713-182/+829
| | | | | | | | | | | | | | | | | | ** DiskMetrics ** NonHeapMetrics ** LoadAverageMetrics ** ThreadMetrics ** ClassLoadingMetrics and closes #131
* | = build: rename root project and minor dependency versions upgradeIvan Topolnjak2014-12-272-3/+3
|/
* = 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
|
* + datadog: report HttpServerMetrics to Datadog and closes #132Diego2014-12-171-0/+4
|
* + statsd: report HttpServerMetrics to StatsDDiego2014-12-172-2/+6
|
* = 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-176-22/+47
|
* + core: introduce an alternative way for tracing the Akka.ask timeoutsDiego2014-12-136-25/+39
|
* = newrelic: protect (again) against missing mixin of TraceContextAware in ↵Ivan Topolnjak2014-12-091-7/+10
| | | | error events, related to #29
* 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.
* / = git: ignore the kamon-dashboard tools and processed assets.Ivan Topolnjak2014-12-081-0/+6
|/
* + system-metrics: include RxDropped and TxDropped in NetworkMetricsDiego2014-12-064-8/+30
|
* = core: fix Sampler isPowerOfTwoDiego2014-12-051-1/+1
|
* = core: introduce fastMod operation in SamplerDiego2014-12-053-3/+17
|
* = core: force the tick buffer spec to use the .millis value of MilliTimestamp.Ivan Topolnjak2014-12-051-4/+4
|
* = newrelic: ignore segments that are not HTTP client.Ivan Topolnjak2014-12-051-0/+1
|
* = core,datadog,statsd: migrate from plain Long to MilliTimestamp.Ivan Topolnjak2014-12-053-10/+10
|