aboutsummaryrefslogtreecommitdiff
path: root/kamon-system-metrics/src/main/scala/kamon/system/sigar
Commit message (Collapse)AuthorAgeFilesLines
* = system-metrics: avoid division by zero exception and close #194Diego2015-05-061-1/+3
|
* = core: add commodity trace context manipulation methods to the Tracer.Ivan Topolnjak2015-04-171-2/+2
|
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-091-5/+3
|
* ! core: drop the Extension postfix on all core components.Ivan Topolnjak2015-02-151-2/+2
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-131-2/+2
|
* = system-metrics: fix typoDiego2015-02-031-1/+1
|
* + system-metrics: complete source code documentationDiego2015-02-037-7/+38
| | | | fix global context switches metric
* = core: protect against negative values recording on DiffRecordingHistogramDiego2015-02-021-2/+6
|
* = play: use our own dispatcher instead of Akka's default dispatcher and ↵Diego2015-01-301-1/+1
| | | | reduce verbosity of log in test
* = system-metrics: fix ProcessCpuMetrics usage in order to show the percent ↵Diego2015-01-301-17/+33
| | | | usage shared in the numbers of cpu cores
* ! all: include license headersDiego2015-01-298-0/+128
|
* = sysmetrics: avoid requesting file systems and network interfaces on each ↵Ivan Topolnjak2015-01-297-38/+39
| | | | Sigar metric update.
* = sysmetrics: protect file system and network metrics from sigar exceptions.Ivan Topolnjak2015-01-282-4/+8
|
* + sysmetrics: calculate and reporte the buffers + cache system memory.Ivan Topolnjak2015-01-281-1/+1
|
* + sysmetrics: report total and buffers+cache system memoryIvan Topolnjak2015-01-261-2/+7
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-248-0/+287
|
* ! sigar,sysmetrics: delete the kamon-sigar project and switch to sigar-loaderIvan Topolnjak2014-12-011-102/+0
|
* ! system-metrics: decouple kamon-system-metrics from sigar through to ↵Diego2014-11-191-119/+18
| | | | kamon-sigar
* = system-metrics: handling sigar.getLoadAverage gracefully on unsupported ↵Boris Giftge2014-10-191-3/+9
| | | | systems
* + log-reporter: include Process Cpu metrics and closes #72Diego2014-08-161-3/+26
|
* = sysmetrics: minor formating changesIvan Topolnjak2014-08-131-1/+1
|
* + system-metrics: minor load banner refactorDiego2014-08-091-13/+14
|
* = system-metrics: ensure all related sigar related files are included in the ↵Diego2014-08-0322-21/+0
| | | | final jar, closes #70
* kamon-system-metrics: add system metrics to datadog and statsd modulesDiego2014-07-271-13/+20
|
* = sysmetrics: remove empty lines at the end of sigar indexIvan Topolnjak2014-07-271-2/+1
|
* = kamon-system-metrics: system metrics loaded banner + some OS info with ↵Diego2014-07-271-3/+38
| | | | system load average and uptime
* = kamon-system-metrics: source formatDiego2014-07-251-2/+2
|
* = kamon-system-metrics: collector actor refactorDiego2014-07-251-4/+3
|
* = kamon-system-metrics: Initialization-on-demand holder idiom in order to ↵Diego2014-07-2323-0/+154
load one instance of Sigar