aboutsummaryrefslogtreecommitdiff
path: root/project/Projects.scala
Commit message (Collapse)AuthorAgeFilesLines
* + kamon-elasticsearch: new integration moduleJoão Ferreira2016-03-171-0/+11
|
* + kamon-autoweave: this new module allow attach the AspectJ loadtime weaving ↵Diego2015-12-091-2/+11
| | | | agent to a JVM after it has started (you don't need to use -javaagent). This offers extra flexibility but obviously any classes loaded before attachment will not be woven.
* wip: merge from master and fix some testDiego2015-11-151-5/+25
|\
| * = newrelic: prevent NPE when errors are logged without New Relic AgentColin Smith2015-11-041-1/+1
| | | | | | | | This fixes #278 and adds a few unit tests
| * Merge pull request #264 from everpeace/add-kamon-fluentdDiego Parra2015-10-291-1/+10
| |\ | | | | | | Introducing Kamon Fluentd module.
| | * + add Fluentd moduleShingo Omura2015-10-251-1/+10
| | | | | | | | | | | | | | | - introduced kamon-fluentd module. - added kamon-fluentd-example project, which can report various metrics to stdoutputs via fluentd.
| * | Merge pull request #269 from cheekychops/loggerIvan Topolnjak2015-10-281-2/+2
| |\ \ | | |/ | |/| = newrelic: Associate logged errors with correct transaction
| | * = newrelic: Associate logged errors with correct transactionColin Smith2015-10-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, errors were associated with transactions named "OtherTransaction/<trace-name>", with this change they are associated with "WebTransaction/Uri/<trace-name" which is the name expected by NewRelic. The additional complexity of wrapping messages in LoggedError instances ensures that the logged message is not repeated in the New Relic UI.
| * | + add jmx metric reporterSergey Tolmachev2015-10-221-2/+13
| |/
* / wip, core/akka/spray are kind of migrated.Ivan Topolnjak2015-08-281-17/+17
|/
* + add spm metric backendPavel Zalunin2015-08-111-1/+10
|
* + play: play-2.4.x supportDiego2015-08-091-7/+7
|
* = play-2.4: dependency resolvedDiego2015-08-091-11/+11
|
* ! play: starting play 2.4.x integrationDiego2015-08-091-3/+3
|
* ! play: first step in play 2.4.x integrationDiego2015-08-091-6/+17
|
* build: Remove compile dependency from kamon-newrelic to kamon-testkitcheekychops2015-07-141-2/+2
|
* ! all: remove kamon-dashboard moduleDiego2015-05-231-10/+1
|
* = build: include kamon-akka and kamon-scala in the root aggregate project.Ivan Topolnjak2015-03-151-2/+2
|
* ! kamon-annotation: defined instruments @Trace @Segment @Gauge @Timed ↵Diego2015-03-011-2/+13
| | | | @Counted @Histogram and full implemetation
* = all: stop using config.getDuration in favor of config.getFiniteDuration.Ivan Topolnjak2015-02-151-48/+28
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-131-3/+3
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-11/+29
|
* ! 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-271-1/+1
|
* + system-metrics: two-phase sigar loadingAndrei Pozolotin2014-12-041-2/+2
| | | | | | * update slf4jVersion * redirect JUL and LOG4J logging to SLF4J * use two-phase sigar loading
* + kamon-jdbc: introduce kamon-jdbc moduleDiego2014-12-041-11/+10
|
* = kamon-jdbc: minor refactorDiego2014-12-041-1/+1
|
* ! kamon-jdbc: instroduce Statements Metrics like writes, reads, errors and ↵Diego2014-12-041-0/+11
| | | | slows queries counter
* ! sigar,sysmetrics: delete the kamon-sigar project and switch to sigar-loaderIvan Topolnjak2014-12-011-8/+2
|
* = build: include license headersDiego2014-11-271-0/+15
|
* ! system-metrics: decouple kamon-system-metrics from sigar through to ↵Diego2014-11-191-0/+1
| | | | kamon-sigar
* + kamon-sigar: new kamon module for #110Andrei Pozolotin2014-11-141-1/+6
|
* = core: kamon akka instrumentation name spaceAndrei Pozolotin2014-11-121-0/+1
| | | | suppress javac warnings move javac settings
* ! build: only depend on aspectjweaver with provided scope, closes #106Ivan Topolnjak2014-11-091-11/+37
|
* + 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-201-1/+1
| | | | and closes #97
* ! build: more version upgrades + include sbt-dependency-graphIvan Topolnjak2014-10-201-2/+2
|
* ! build: upgrade dependencies.Ivan Topolnjak2014-10-191-2/+2
|
* ! 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
* = build: fix dependency configurationsIvan Topolnjak2014-08-311-1/+1
|
* + core: initial support for akka remoting/cluster, related to #61Ivan Topolnjak2014-08-311-1/+1
|
* + core: add support for trace context propagation on Scalaz futuresMichael Donaghy2014-08-211-1/+1
|
* + core: inline jsr166 to remove dependencyDiego2014-08-091-1/+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-211-3/+11
|
* ! core: introduce system + jvm metricsDiego2014-07-101-1/+1
|
* = build: avoid unnecessary compile dependency on kamon-testkit from kamon-sprayIvan Topolnjak2014-07-091-1/+2
|