aboutsummaryrefslogtreecommitdiff
path: root/kamon-jdbc/src
Commit message (Collapse)AuthorAgeFilesLines
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-092-19/+40
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-152-15/+15
|
* = all: stop using config.getDuration in favor of config.getFiniteDuration.Ivan Topolnjak2015-02-151-2/+2
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-131-3/+3
|
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-301-1/+9
| | | | | | | | | | | 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.
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-244-215/+110
|
* + kamon-jdbc: introduce Jdbc segmentsDiego2014-12-044-6/+74
|
* = jdbc: rename processors in SpecDiego2014-12-041-4/+4
|
* + kamon-jdbc: introduce SqlErrorProcessorDiego2014-12-044-22/+55
|
* = kamon-jdbc: change execution pointcut to callDiego2014-12-042-5/+5
|
* = kamon-jdbc: minor refactorDiego2014-12-043-23/+36
|
* + kamon-jdbc: * include StatementInstrumentationSpecDiego2014-12-045-57/+192
|
* ! kamon-jdbc: instroduce Statements Metrics like writes, reads, errors and ↵Diego2014-12-046-0/+324
slows queries counter