aboutsummaryrefslogtreecommitdiff
path: root/kamon-jdbc/src/main/scala/kamon/jdbc
Commit message (Collapse)AuthorAgeFilesLines
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-091-9/+8
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-151-2/+2
|
* = 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: improve the metric recorders infrastructureIvan Topolnjak2015-01-242-86/+33
|
* + kamon-jdbc: introduce Jdbc segmentsDiego2014-12-042-3/+29
|
* + kamon-jdbc: introduce SqlErrorProcessorDiego2014-12-042-21/+44
|
* = kamon-jdbc: change execution pointcut to callDiego2014-12-041-3/+3
|
* = kamon-jdbc: minor refactorDiego2014-12-041-3/+4
|
* + kamon-jdbc: * include StatementInstrumentationSpecDiego2014-12-043-20/+38
|
* ! kamon-jdbc: instroduce Statements Metrics like writes, reads, errors and ↵Diego2014-12-043-0/+222
slows queries counter