aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-0948-798/+783
|
* Update README.mdDiego Parra2015-03-011-1/+1
| | | Add a Gitter chat badge to README.md
* = annotation: some cleanup before mergeDiego2015-03-011-1/+0
|
* ! kamon-annotation: defined instruments @Trace @Segment @Gauge @Timed ↵Diego2015-03-0127-9/+1776
| | | | @Counted @Histogram and full implemetation
* = travis: use jdk8.Ivan Topolnjak2015-02-161-1/+3
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-1537-241/+237
|
* ! core: drop the Extension postfix on all core components.Ivan Topolnjak2015-02-1513-48/+47
|
* = core: rename UserMetrics to SimpleMetrics.Ivan Topolnjak2015-02-156-75/+75
|
* + core: add a Kamon.shutdown() method.Ivan Topolnjak2015-02-151-0/+6
|
* = macros: remove the kamon-macros project.Ivan Topolnjak2015-02-151-46/+0
|
* = all: stop using config.getDuration in favor of config.getFiniteDuration.Ivan Topolnjak2015-02-1510-82/+57
|
* ! build: stop using cross versions.Ivan Topolnjak2015-02-151-1/+1
|
* ! build: switch to scala 2.11Ivan Topolnjak2015-02-152-5/+3
|
* ! core: special treatment of settings.Ivan Topolnjak2015-02-149-45/+34
|
* = play: ensure that tests use different ports.Ivan Topolnjak2015-02-143-13/+12
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-1356-493/+674
|
* ! core: revised semantics of .register on Metrics module to match our docs.Ivan Topolnjak2015-02-043-5/+21
|
* + core: add create methods for Entity.Ivan Topolnjak2015-02-041-0/+6
|
* = 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
|
* ! all: include license headersDiego2015-01-313-0/+48
|
* Merge pull request #152 from kamon-io/automatic-loading-of-extensions#137Ivan Topolnjak2015-01-3125-122/+299
|\ | | | | + all: use ModuleSupervisor to init all auto-start modules, fix #137
| * + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-3025-122/+299
| | | | | | | | | | | | | | | | | | | | | | 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-305-20/+16
| | | | | | | | 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
* + core: add create and shutdown methods to Kamon.Ivan Topolnjak2015-01-291-0/+19
|
* ! all: include license headersDiego2015-01-2942-0/+671
|
* Merge branch 'wip/improve-metric-recorders-infrastructure'Ivan Topolnjak2015-01-29169-5656/+4519
|\ | | | | | | | | Conflicts: kamon-system-metrics/src/main/scala/kamon/system/SystemMetricsCollector.scala
| * = core: minor code formatting change.Ivan Topolnjak2015-01-291-1/+1
| |
| * = sysmetrics: avoid requesting file systems and network interfaces on each ↵Ivan Topolnjak2015-01-297-38/+39
| | | | | | | | Sigar metric update.
| * ! core,akka: use our own dispatcher instead of Akka's default dispatcher.Ivan Topolnjak2015-01-292-12/+7
| |
| * = core: protect against negative values on diff gauges recordings.Ivan Topolnjak2015-01-291-2/+5
| |
| * = sysmetrics: protect file system and network metrics from sigar exceptions.Ivan Topolnjak2015-01-282-4/+8
| |
| * = playground: remove unused settings from the app config.Ivan Topolnjak2015-01-281-59/+5
| |
| * + akka: include default filters configuration for actors.Ivan Topolnjak2015-01-281-0/+5
| |
| * + sysmetrics: calculate and reporte the buffers + cache system memory.Ivan Topolnjak2015-01-281-1/+1
| |
| * = core: remove println left from testing.Ivan Topolnjak2015-01-261-13/+4
| |
| * = statsd: pick the tick duration from the metrics extension settings.Ivan Topolnjak2015-01-261-5/+6
| |
| * ! core,statsd: set the default tick and flush intervals to 10 seconds.Ivan Topolnjak2015-01-262-2/+2
| |
| * + sysmetrics: report total and buffers+cache system memoryIvan Topolnjak2015-01-261-2/+7
| |
| * ! core: ensure that the subscriptions dispatcher is correctly startedIvan Topolnjak2015-01-262-2/+3
| |
| * ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-24168-5584/+4498
| |
* | Merge pull request #149 from pikazlou/masterIvan Topolnjak2015-01-231-3/+6
|\ \ | |/ |/| system-metrics: fix #148, file descriptor leak in context switches
| * system-metrics: fix #148, file descriptor leak in context switchesPavel Kazlou2015-01-091-3/+6
|/
* = core: workaround intellij import name shadowing issue.Ivan Topolnjak2014-12-291-2/+3
| | | | More details can be found at: https://youtrack.jetbrains.com/issue/SCL-8074
* Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2014-12-2930-748/+926
|\
| * Merge pull request #145 from kamon-io/wip/sub-projects-separationIvan Topolnjak2014-12-2831-751/+929
| |\ | | | | | | Separate all akka-related stuff into it's own module.
| | * ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-2830-748/+926
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | module, related to #136. All Akka-related instrumentation and code has been moved to the kamon-akka module, including the filters for actor, dispatcher and router metrics. Also the following changes are included: - Router Metrics are now working properly, related to #139. - Cleanup the log output for this module, related to #142. - Some minor cleanups in various tests. This PR breaks the reporting modules which will need to wait for #141 to be ready to come back to life.
| | * + statsd: includes Disk, NonHeap LoadAverage, Threads and ClassLoading metricsDiego2014-12-281-3/+15
| | |