aboutsummaryrefslogtreecommitdiff
path: root/kamon-annotation/src/main
Commit message (Collapse)AuthorAgeFilesLines
* ! core: Decoupling basic apis from reporters in order to improve Kamon ↵Diego2015-11-253-8/+5
| | | | tooling for tests
* wip: only the modules that actually require an actor system are getting one.Ivan Topolnjak2015-08-304-17/+10
|
* ! play: first step in play 2.4.x integrationDiego2015-08-091-2/+0
|
* = annotation: introduce @Inherited in EnableKamonDiego2015-04-261-1/+8
|
* = annotation: break histograms instrument into histograms and timeHistograms ↵Diego2015-04-213-4/+7
| | | | to avoid getStaticPart.Id collisions
* = annotation: include all packagesDiego2015-04-211-1/+3
|
* ! 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-0116-0/+1108
@Counted @Histogram and full implemetation