aboutsummaryrefslogtreecommitdiff
path: root/kamon-system-metrics
Commit message (Collapse)AuthorAgeFilesLines
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-302-1/+10
| | | | | | | | | | | 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.
* ! all: include license headersDiego2015-01-2915-0/+240
|
* = 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-2434-1996/+874
|
* + system-metrics: fix #135 and includes the following new metrics:Diego2014-12-2712-178/+825
| | | | | | | | | ** DiskMetrics ** NonHeapMetrics ** LoadAverageMetrics ** ThreadMetrics ** ClassLoadingMetrics and closes #131
* + system-metrics: include RxDropped and TxDropped in NetworkMetricsDiego2014-12-064-8/+30
|
* + system-metrics: two-phase sigar loadingAndrei Pozolotin2014-12-044-7/+63
| | | | | | * update slf4jVersion * redirect JUL and LOG4J logging to SLF4J * use two-phase sigar loading
* = system-metrics: fix specsDiego2014-12-021-2/+2
|
* ! sigar,sysmetrics: delete the kamon-sigar project and switch to sigar-loaderIvan Topolnjak2014-12-012-32/+31
|
* + system-metrics: introduce stolen metricDiego2014-11-214-7/+21
|
* ! system-metrics: decouple kamon-system-metrics from sigar through to ↵Diego2014-11-1924-157/+31
| | | | kamon-sigar
* = system-metrics: make ContextSwitchesMetrics serializableDiego2014-10-261-12/+15
|
* = core,system.metrics: fixed serialization errors when using ↵Boris Giftge2014-10-236-86/+106
| | | | akka.actor.serialize-messages = on
* + log-reporter: introduce ContextSwitches metricsDiego2014-10-201-3/+3
|
* + system-metrics: introduce Context Switches(only for Linux) metrics and ↵Diego2014-10-205-3/+192
| | | | closes #66
* = system-metrics: handling sigar.getLoadAverage gracefully on unsupported ↵Boris Giftge2014-10-191-3/+9
| | | | systems
* = system-metrics: fix typo in SystemMetricsSpecDiego2014-08-161-1/+1
|
* + log-reporter: include Process Cpu metrics and closes #72Diego2014-08-165-28/+46
|
* + 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
|
* = datadog,sysmetrics: minor formatting changesIvan Topolnjak2014-08-041-2/+2
|
* = system-metrics: ensure all related sigar related files are included in the ↵Diego2014-08-0323-3/+2
| | | | final jar, closes #70
* = kamon-system-metrics: ignore system metrics test for nowDiego2014-07-271-3/+4
|
* kamon-system-metrics: add system metrics to datadog and statsd modulesDiego2014-07-273-46/+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 ↵Diego2014-07-272-6/+40
| | | | system load average and uptime
* = kamon-system-metrics: source formatDiego2014-07-254-16/+17
|
* = kamon-system-metrics: round math in toLongDiego2014-07-251-3/+3
|
* = kamon-system-metrics: collector actor refactorDiego2014-07-258-546/+145
|
* = kamon-system-metrics: introduce actor system collectorDiego2014-07-236-65/+120
|
* = kamon-system-metrics: Initialization-on-demand holder idiom in order to ↵Diego2014-07-2326-16/+46
| | | | load one instance of Sigar
* = kamon-system-metrics: added scale in Memory and Network metricsDiego2014-07-222-8/+8
|
* = kamon-system-metrics: SynchronizedSigar in order to share the same instanceDiego2014-07-224-5/+436
|
* ! kamon-system-metrics: introducing System and JVM metrics moduleDiego2014-07-2132-0/+1131