aboutsummaryrefslogtreecommitdiff
path: root/kamon-annotation/src/main/scala
Commit message (Collapse)AuthorAgeFilesLines
* Add tags for traces and closes #327Diego2016-04-221-1/+1
|
* = all: some clean up in jdbc and annotation modulesDiego2015-11-271-1/+1
|
* ! core: Decoupling basic apis from reporters in order to improve Kamon ↵Diego2015-11-252-7/+4
| | | | tooling for tests
* wip: only the modules that actually require an actor system are getting one.Ivan Topolnjak2015-08-304-17/+10
|
* = annotation: break histograms instrument into histograms and timeHistograms ↵Diego2015-04-213-4/+7
| | | | to avoid getStaticPart.Id collisions
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-091-4/+4
|
* = annotation: some cleanup before mergeDiego2015-03-011-1/+0
|
* ! kamon-annotation: defined instruments @Trace @Segment @Gauge @Timed ↵Diego2015-03-016-0/+494
@Counted @Histogram and full implemetation