aboutsummaryrefslogtreecommitdiff
path: root/project
Commit message (Collapse)AuthorAgeFilesLines
* = all: stop using config.getDuration in favor of config.getFiniteDuration.Ivan Topolnjak2015-02-152-50/+30
|
* ! build: stop using cross versions.Ivan Topolnjak2015-02-151-1/+1
|
* ! build: switch to scala 2.11Ivan Topolnjak2015-02-152-5/+3
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-132-9/+21
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-242-12/+30
|
* ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-281-1/+14
| | | | | | | | | | | | | | | 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.
* = build: rename root project and minor dependency versions upgradeIvan Topolnjak2014-12-272-3/+3
|
* Merge pull request #127 from carrot-garden/build-updated-sbt-versionDiego Parra2014-12-041-1/+1
|\ | | | | = build: update sbt version
| * = build: update sbt versionAndrei Pozolotin2014-12-041-1/+1
| |
* | + system-metrics: two-phase sigar loadingAndrei Pozolotin2014-12-042-3/+5
|/ | | | | | * update slf4jVersion * redirect JUL and LOG4J logging to SLF4J * use two-phase sigar loading
* + kamon-jdbc: introduce kamon-jdbc moduleDiego2014-12-042-14/+12
|
* = kamon-jdbc: minor refactorDiego2014-12-041-1/+1
|
* ! kamon-jdbc: instroduce Statements Metrics like writes, reads, errors and ↵Diego2014-12-042-1/+15
| | | | slows queries counter
* ! sigar,sysmetrics: delete the kamon-sigar project and switch to sigar-loaderIvan Topolnjak2014-12-014-194/+3
|
* = build: include license headersDiego2014-11-277-0/+105
|
* ! system-metrics: decouple kamon-system-metrics from sigar through to ↵Diego2014-11-191-0/+1
| | | | kamon-sigar
* ! core: update HdrHistogram to 2.0.3Diego2014-11-191-1/+1
|
* + core: refactor MDC facilities and closes #100Diego2014-11-191-0/+1
|
* + kamon-sigar: new kamon module for #110Andrei Pozolotin2014-11-145-5/+200
|
* = core: kamon akka instrumentation name spaceAndrei Pozolotin2014-11-122-0/+2
| | | | suppress javac warnings move javac settings
* ! build: only depend on aspectjweaver with provided scope, closes #106Ivan Topolnjak2014-11-093-16/+50
|
* + akka-remote: create a new kamon-akka-remote module, closes #99Ivan Topolnjak2014-10-241-2/+14
|
* ! kamon-core: Remove KamonWeaverMessageHandler to avoid dependencies issues ↵Diego2014-10-202-2/+1
| | | | and closes #97
* ! build: more version upgrades + include sbt-dependency-graphIvan Topolnjak2014-10-204-6/+9
|
* ! build: upgrade dependencies.Ivan Topolnjak2014-10-192-13/+13
|
* ! kamon-newrelic: * Avoid reporting data to Newrelic if no metrics have been ↵Diego2014-10-181-2/+2
| | | | | | collected * Implement error handling with NewRelic Agent * Minor refactor * close issue #7 and issue #17
* + play-examples: update exampleDiego2014-09-292-2/+2
| | | | | | update sbt-aspectj plugin update play version to 2.3.4 disable a test in WSInstrumentation because fail in travis
* = play: update play to 2.3.3Diego2014-09-181-1/+1
|
* = play: fixes #84Diego2014-09-151-0/+1
|
* = build: fix dependency configurationsIvan Topolnjak2014-08-312-1/+2
|
* + core: initial support for akka remoting/cluster, related to #61Ivan Topolnjak2014-08-313-2/+4
|
* + core: add support for trace context propagation on Scalaz futuresMichael Donaghy2014-08-212-1/+2
|
* + core: inline jsr166 to remove dependencyDiego2014-08-092-2/+1
|
* + core: avoid any other copies of aspectjweaver around in runtime making ↵Diego2014-08-071-4/+3
| | | | aspectJWeaver dependency provided
* = spray: include macros in kamon-sprayDiego2014-08-061-1/+5
|
* + logreporter: new log reporter for trace, actor and user metrics, closes #57Ivan Topolnjak2014-07-291-2/+10
| | | | | | The new kamon-log-reporter module subscribes itselfs for trace, actor and user metrics and prints the values using ActorLogging in a pretty ascii table format.
* = kamon-system-metrics: fork in testDiego2014-07-231-0/+1
|
* ! kamon-system-metrics: introducing System and JVM metrics moduleDiego2014-07-212-5/+11
|
* ! core: introduce system + jvm metricsDiego2014-07-102-1/+4
|
* = build: avoid unnecessary compile dependency on kamon-testkit from kamon-sprayIvan Topolnjak2014-07-091-1/+2
|
* = build: ensure that no dependency to kamon-macros is exposed in the ↵Ivan Topolnjak2014-07-061-1/+1
| | | | generated pom.xml
* = all: upgrade to Scala 2.10.4Ivan Topolnjak2014-07-031-1/+1
|
* = build: ensure that the java code is also targeted to Java 1.6Ivan Topolnjak2014-07-031-0/+3
|
* Merge branch 'wip/metrics-collection-refactor'Ivan Topolnjak2014-07-031-1/+1
|\ | | | | | | | | Conflicts: kamon-datadog/src/test/scala/kamon/datadog/DatadogMetricSenderSpec.scala
| * ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR is including several changes to the kamon-core, most notably: - Formalize the interface for Histograms, Counters and MinMaxCounters. Making sure that the interfaces are as clean as possible. - Move away from the all Vector[Measurement] based Histogram snapshot to a new approach in which we use a single long to store both the index in the counts array and the frequency on that bucket. The leftmost 2 bytes of each long are used for storing the counts array index and the remaining 6 bytes are used for the actual count, and everything is put into a simple long array. This way only the buckets that actually have values will be included in the snapshot with the smallest possible memory footprint. - Introduce Gauges. - Reorganize the instrumentation for Akka and Scala and rewrite most of the tests of this components to avoid going through the subscription protocol to test. - Introduce trace tests and fixes on various tests. - Necessary changes on new relic, datadog and statsd modules to compile with the new codebase. Pending: - Finish the upgrade of the new relic to the current model. - Introduce proper limit checks for histograms to ensure that we never pass the 2/6 bytes limits. - More testing, more testing, more testing. - Create the KamonStandalone module.
* | = core: Inline variant of withTraceContext using macros.Carlos Ferreyra2014-07-033-4/+14
|/
* + build: include tha datadog module in the root project for publishingIvan Topolnjak2014-06-211-3/+3
|
* ! build: use crossPathsIvan Topolnjak2014-06-191-1/+1
|
* = play: added play-ws moduleDiego2014-06-122-2/+4
|
* = play: fixes #40 and avoid unnecessary libraries in runtimeDiego2014-06-122-2/+3
|