aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* implement loading reporters from configurationIvan Topolnjak2017-06-112-8/+41
|
* add HistogramSpec, move counter and mmcounter specsIvan Topolnjak2017-06-113-4/+71
|
* use java.util.DurationIvan Topolnjak2017-06-1110-57/+40
|
* add internal snapshot API that allows keeping state intactIvan Topolnjak2017-06-1111-63/+133
|
* dont start tickers until a reporter is addedIvan Topolnjak2017-06-112-20/+42
|
* separate metrics from instruments and add default instrument for metricsIvan Topolnjak2017-06-1117-116/+333
|
* only report sampled spansIvan Topolnjak2017-06-093-12/+12
|
* replace auto settings for environment with actual valuesIvan Topolnjak2017-06-094-19/+110
|
* improve MinMaxCounterSpecDiego2017-06-081-0/+2
|
* * Introduce Java 8 Unsafe intrinsics in LogAdder (lock addq and lock xchg)Diego2017-06-0813-556/+570
| | | | | * Introduce atomic variant of LongAdder::sumThenReset -> LongAdder::sumAndReset * Remove LongMaxUpdater in favor to AtomicLongMaxUpdater
* Merge remote-tracking branch 'upstream/kamon-1.0-develop' into kamon-1.0-developIvan Topolnjak2017-06-0829-4/+411
|\
| * include copyright headersDiego2017-06-0829-4/+411
| |
* | bump opentracing-jave dependency to 0.30.0Ivan Topolnjak2017-06-081-2/+2
| |
* | fix HexCodec translation from Java to ScalaIvan Topolnjak2017-06-081-9/+7
| |
* | fix typo on B3 header names for context propagationIvan Topolnjak2017-06-081-5/+5
|/
* expose all apis through the Kamon companion objectIvan Topolnjak2017-06-082-33/+76
|
* get a basic threading model for the span reportersIvan Topolnjak2017-06-085-50/+147
|
* add metric scalerIvan Topolnjak2017-06-071-0/+58
|
* rename metric types nested objectIvan Topolnjak2017-06-061-9/+9
|
* prepare for publishing 1.0.0-alpha versionsIvan Topolnjak2017-06-062-3/+2
|
* make it compile for Scala 2.11 and 2.12Ivan Topolnjak2017-06-06101-7948/+140
|
* on the crazy path to a better Kamon :DIvan Topolnjak2017-05-2610-313/+294
|
* trying to flatten out the structure and eliminate the notion of entititesIvan Topolnjak2017-05-2531-491/+554
|
* get some basic sampling goingIvan Topolnjak2017-05-237-94/+305
|
* bump versionIvan Topolnjak2017-05-211-1/+1
|
* wip, trying to get something that could be testedIvan Topolnjak2017-05-2112-130/+126
|
* implement entity filtersIvan Topolnjak2017-05-2022-168/+419
|
* some more wipIvan Topolnjak2017-05-1810-89/+374
|
* handle reporters shutdown and reconfiguresIvan Topolnjak2017-05-035-178/+234
|
* wip: playing with akka-less implementation of subscriptionsIvan Topolnjak2017-05-0212-55/+249
|
* implement MinMaxCounter and Gauge, include them in the InstrumentFactoryIvan Topolnjak2017-04-2810-31/+1001
|
* implement HdrHistogram and Distribution snapshotsIvan Topolnjak2017-04-2720-75/+427
|
* simple implementation of measurement unitsIvan Topolnjak2017-04-251-10/+61
|
* bring the new skeleton into placeIvan Topolnjak2017-04-2429-9/+738
|
* Prepare for the major cleanupIvan Topolnjak2017-04-24169-14412/+11
| | | | | | Moved all the original files from src/main to src/legacy-main, same with test files. Also removed the autoweave module, examples and bench as I'm planning to have them in separate repositories.
* Rename class vars so they do not shadow the def from their parent. Fixes ↵Ryan Bair2017-04-242-4/+32
| | | | #453. (#454)
* + disable akka-remote (#452)Renato Cavalcanti2017-04-181-5/+8
|
* Merge pull request #449 from jasonmartens/masterIvan Topolnjak2017-04-184-19/+76
|\ | | | | Add default metrics loaded from config
| * + MetricsModule: Add default metrics loaded from configJason Martens2017-04-134-19/+76
|/
* = travis: Add cross-compile to travis build and fix akka compile ↵Jason Martens2017-04-104-6/+52
| | | | dependencies (#450)
* Update README.mdDiego Parra2017-04-091-2/+1
|
* Merge pull request #446 from pjfanning/issue-443Ivan Topolnjak2017-03-143-4/+34
|\ | | | | [issue 443] actor system terminate
| * [issue 443] actor system terminatepj.fanning2017-03-143-4/+34
|/
* Clean up attachment provider paths so that to process works for jre not just ↵Jens2017-02-251-1/+1
| | | | | jdk (#439) = autoweave: Clean up attachment provider paths so that to process works for jre not just jdk (#439)
* Update README.mdDiego Parra2017-02-011-1/+1
|
* Update README.mdDiego Parra2017-02-011-1/+1
|
* ensure tests execute sequentially, shutdown Kamon after each testIvan Topolnjak2017-01-222-1/+5
|
* set version to 0.6.7-SNAPSHOTIvan Topolnjak2017-01-191-1/+1
|
* release version 0.6.6v0.6.6Ivan Topolnjak2017-01-191-1/+1
|
* bump kamon-sbt-umbrella versionIvan Topolnjak2017-01-191-1/+1
|