aboutsummaryrefslogtreecommitdiff
path: root/project/Settings.scala
Commit message (Collapse)AuthorAgeFilesLines
* = build: include license headersDiego2014-11-271-0/+15
|
* + core: refactor MDC facilities and closes #100Diego2014-11-191-0/+1
|
* + kamon-sigar: new kamon module for #110Andrei Pozolotin2014-11-141-3/+8
|
* = core: kamon akka instrumentation name spaceAndrei Pozolotin2014-11-121-0/+1
| | | | suppress javac warnings move javac settings
* ! build: more version upgrades + include sbt-dependency-graphIvan Topolnjak2014-10-201-1/+2
|
* = play: fixes #84Diego2014-09-151-0/+1
|
* = 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-031-2/+4
|/
* commit SHA support, signed publish support, sonatype supportadelio2014-04-031-1/+1
|
* upgrade to sbt 0.13.1Ivan Topolnjak2014-03-181-4/+0
|
* minor cleanupDiego2014-02-221-4/+4
|
* ready to deploy in sonatypeDiego2014-02-221-30/+3
|
* preparing for Publish to SonatypeDiego2014-02-151-0/+17
|
* prepare the build for snapshots and regular releasesIvan Topolnjak2013-12-181-4/+9
|
* added scalariformDiego Parra2013-11-261-3/+14
|
* bump versionIvan Topolnak2013-11-131-1/+1
|
* Missing UOW setting in UowDirectivesIvan Topolnak2013-11-111-1/+1
|
* Make sure NewRelicErrorLogger manages all casesIvan Topolnak2013-11-111-1/+1
|
* Update to spray 1.2RC1Ivan Topolnak2013-10-231-2/+2
|
* release 0.0.5Ivan Topolnak2013-10-041-1/+1
|
* Explicit return type addedIvan Topolnak2013-10-031-1/+1
|
* Switched to DynamicVariables, solve context passing issue produced by ↵Ivan Topolnak2013-10-021-1/+1
| | | | runnable batching
* remove spray-servlet dependencyIvan Topolnak2013-09-301-2/+2
|
* wipIvan Topolnak2013-09-301-1/+1
|
* wipIvan Topolnak2013-09-251-1/+1
|
* wipIvan Topolnak2013-08-081-1/+2
|
* upgrading to akka 2.2Ivan Topolnak2013-08-071-2/+2
|
* wipIvan Topolnak2013-05-311-1/+2
|
* wip in aspects for actor tracingIvan Topolnak2013-05-161-0/+1
|
* wipIvan Topolnak2013-05-151-0/+9
|
* Initial Commit KamonDiego Parra2013-05-031-0/+25