aboutsummaryrefslogtreecommitdiff
path: root/kamon-system-metrics/src/main/scala/kamon/system
Commit message (Expand)AuthorAgeFilesLines
* + system-metrics: complete source code documentationDiego2015-02-0313-8/+65
* = core: protect against negative values recording on DiffRecordingHistogramDiego2015-02-021-2/+6
* Merge pull request #152 from kamon-io/automatic-loading-of-extensions#137Ivan Topolnjak2015-01-311-1/+2
|\
| * + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-301-1/+2
* | = play: use our own dispatcher instead of Akka's default dispatcher and reduc...Diego2015-01-301-1/+1
* | = system-metrics: fix ProcessCpuMetrics usage in order to show the percent us...Diego2015-01-301-17/+33
|/
* ! all: include license headersDiego2015-01-2915-0/+240
* = sysmetrics: avoid requesting file systems and network interfaces on each Si...Ivan Topolnjak2015-01-297-38/+39
* = 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-2420-512/+618
* + system-metrics: fix #135 and includes the following new metrics:Diego2014-12-273-30/+184
* + system-metrics: include RxDropped and TxDropped in NetworkMetricsDiego2014-12-061-1/+3
* + system-metrics: two-phase sigar loadingAndrei Pozolotin2014-12-041-6/+24
* ! sigar,sysmetrics: delete the kamon-sigar project and switch to sigar-loaderIvan Topolnjak2014-12-012-32/+31
* + system-metrics: introduce stolen metricDiego2014-11-211-0/+1
* ! system-metrics: decouple kamon-system-metrics from sigar through to kamon-s...Diego2014-11-192-136/+31
* + system-metrics: introduce Context Switches(only for Linux) metrics and clos...Diego2014-10-202-3/+63
* = system-metrics: handling sigar.getLoadAverage gracefully on unsupported sys...Boris Giftge2014-10-191-3/+9
* + log-reporter: include Process Cpu metrics and closes #72Diego2014-08-162-5/+29
* + log-reporter: include Cpu and Network metricsDiego2014-08-131-10/+11
* = 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
* kamon-system-metrics: add system metrics to datadog and statsd modulesDiego2014-07-272-17/+25
* = 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 syst...Diego2014-07-272-6/+40
* = kamon-system-metrics: source formatDiego2014-07-253-15/+16
* = kamon-system-metrics: round math in toLongDiego2014-07-251-3/+3
* = kamon-system-metrics: collector actor refactorDiego2014-07-253-93/+121
* = kamon-system-metrics: introduce actor system collectorDiego2014-07-231-5/+88
* = kamon-system-metrics: Initialization-on-demand holder idiom in order to loa...Diego2014-07-2324-15/+15
* = kamon-system-metrics: SynchronizedSigar in order to share the same instanceDiego2014-07-222-3/+5
* ! kamon-system-metrics: introducing System and JVM metrics moduleDiego2014-07-2124-0/+217