aboutsummaryrefslogtreecommitdiff
path: root/kamon-system-metrics
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-173-6/+6
|
* + log-reporter: include dispatcher metrics and close #163Diego2015-03-131-2/+2
|
* = core: put the ModuleLoader back in place for auto-starting modules.Ivan Topolnjak2015-03-121-10/+25
|
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-094-17/+10
|
* ! core: drop the Extension postfix on all core components.Ivan Topolnjak2015-02-153-6/+6
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-133-4/+4
|
* = system-metrics: fix typoDiego2015-02-032-3/+3
|
* + system-metrics: complete source code documentationDiego2015-02-0313-8/+65
| | | | fix global context switches metric
* = 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-312-1/+10
|\ | | | | + all: use ModuleSupervisor to init all auto-start modules, fix #137
| * + 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.
* | = 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-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
|