aboutsummaryrefslogtreecommitdiff
path: root/project
Commit message (Collapse)AuthorAgeFilesLines
* = build: ensure that Java sources are compiled targeting 1.6.Ivan Topolnjak2015-04-111-6/+2
|
* = build: user cross versions in our build.Ivan Topolnjak2015-03-243-3/+2
|
* = build: include kamon-akka and kamon-scala in the root aggregate project.Ivan Topolnjak2015-03-151-2/+2
|
* = all: bump up versionsDiego2015-03-142-35/+35
|
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-091-0/+1
|
* ! kamon-annotation: defined instruments @Trace @Segment @Gauge @Timed ↵Diego2015-03-013-4/+16
| | | | @Counted @Histogram and full implemetation
* = 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