aboutsummaryrefslogtreecommitdiff
path: root/kamon-system-metrics/src/main/scala/kamon
Commit message (Expand)AuthorAgeFilesLines
* ! 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
* = 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-2432-1525/+618
* + system-metrics: fix #135 and includes the following new metrics:Diego2014-12-2710-39/+613
* + system-metrics: include RxDropped and TxDropped in NetworkMetricsDiego2014-12-062-7/+17
* + 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-212-6/+11
* ! system-metrics: decouple kamon-system-metrics from sigar through to kamon-s...Diego2014-11-192-136/+31
* = system-metrics: make ContextSwitchesMetrics serializableDiego2014-10-261-12/+15
* = core,system.metrics: fixed serialization errors when using akka.actor.seria...Boris Giftge2014-10-236-86/+106
* + system-metrics: introduce Context Switches(only for Linux) metrics and clos...Diego2014-10-203-3/+141
* = 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-163-17/+41
* + 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-254-16/+17
* = kamon-system-metrics: round math in toLongDiego2014-07-251-3/+3
* = kamon-system-metrics: collector actor refactorDiego2014-07-255-102/+131
* = kamon-system-metrics: introduce actor system collectorDiego2014-07-235-61/+116
* = kamon-system-metrics: Initialization-on-demand holder idiom in order to loa...Diego2014-07-2325-16/+16
* = 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-223-5/+7
* ! kamon-system-metrics: introducing System and JVM metrics moduleDiego2014-07-2130-0/+724