aboutsummaryrefslogtreecommitdiff
path: root/kamon-core
Commit message (Collapse)AuthorAgeFilesLines
...
* | | = All: downgrade sbt to 0.13.8 in order to avoid issues with scalariformDiego2015-12-172-3/+3
| | |
* | | Merge pull request #296 from kamon-io/kamon-autoweaveIvan Topolnjak2015-12-091-1/+17
|\ \ \ | |/ / |/| | + kamon-autoweave: this new module allow attach the AspectJ loadtime …
| * | + kamon-autoweave: this new module allow attach the AspectJ loadtime weaving ↵Diego2015-12-091-1/+17
| | | | | | | | | | | | agent to a JVM after it has started (you don't need to use -javaagent). This offers extra flexibility but obviously any classes loaded before attachment will not be woven.
* | | ! core: Avoid updating the totalCount on our histograms and close #293Diego2015-11-302-37/+16
|/ /
* / = all: some clean upDiego2015-11-271-1/+0
|/
* ! core: Decoupling basic apis from reporters in order to improve Kamon ↵Diego2015-11-254-17/+61
| | | | tooling for tests
* wip: merge from master and fix some testDiego2015-11-153-17/+8
|\
| * Merge pull request #263 from jozic/shutdownDiego Parra2015-09-301-2/+4
| |\ | | | | | | = core: don't throw an NPE during shutdown if Kamon hasn't been started
| | * = core: don't throw an NPE during shutdown if Kamon hasn't been startedEugene Platonov2015-09-301-2/+4
| | |
| * | = core: fix typo in kamon auto-start error messageEugene Platonov2015-09-301-1/+1
| |/
| * = akka-remote: add @transient to kamon.trace.SegmentAware::segment to avoid ↵Diego2015-08-271-1/+1
| | | | | | | | error in chill/kryo serialization and closes #160
* | wip, core/akka/spray are kind of migrated.Ivan Topolnjak2015-08-2811-144/+73
|/
* ! kamon-akka: change in DispatcherInstrumentation the type of Dispatcher to ↵Diego2015-08-251-5/+5
| | | | ForkJoinPool instead of AkkaForkJoinPool
* ! core: generalize ThreadPoolExecutors metricsDiego2015-08-253-58/+278
|
* ! core: generalize ThreadPoolExecutors metricsDiego2015-08-252-1/+92
|
* Merge branch 'make-kamon-test-friendly'Ivan Topolnjak2015-08-241-2/+20
|\ | | | | | | | | | | Conflicts: kamon-core/src/main/scala/kamon/Kamon.scala project/Settings.scala
| * + core: introduce auto-start feature to make Kamon more test-friendly, ↵Ivan Topolnjak2015-08-242-3/+21
| | | | | | | | related to #202.
* | ! play: remove diagnostic context dataDiego2015-08-161-4/+0
| |
* | = system-metrics: The sigar not implemented exceptions are listed as ↵Diego2015-08-111-1/+1
| | | | | | | | warnings. closes #235
* | + core: Allow creation of counters with unitsDaniel Solano Gómez2015-07-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the GenericEntityRecorder only allows two ways to create a new counter: 1. Using a simple name, resulting in a counter with an Unknown unit of measure 2. Using a CounterKey, but that is not really helpful since that class is private to Kamon This trivial patch adds a new counter method that accepts a unit of measure.
* | Merge branch 'samplers' of https://github.com/Elyrixia/Kamon into ↵Ivan Topolnjak2015-07-216-25/+124
|\ \ | | | | | | | | | pr/elyrixia-samplers-206
| * | + core: add a clock-sampler, fix ordered-sampler, add unit tests for samplersTristan Sallé2015-07-156-25/+124
| |/
* / + Ensure that the TraceLocalStorage can be used from Java and close #196Diego2015-07-182-13/+33
|/
* Merge pull request #223 from jtjeferreira/customTraceTokenGeneratorIvan Topolnjak2015-07-144-11/+24
|\ | | | | + core: kamon.trace.token-generator conf
| * + core: kamon.trace.token-generator confJoão Ferreira2015-06-264-11/+24
| |
* | ! core: cleanup entity on removalNils-Helge Garli Hegvik2015-07-101-2/+5
|/
* ! core: avoid to evaluate code twice in TraceContext.withNewAsyncSegment and ↵Diego2015-05-211-1/+1
| | | | close #204
* = core: Fix usage of GaugeKey for gauges in MetricsModuleLukas Stefaniak2015-05-121-1/+1
|
* = core,playground: automatic code formatting.Ivan Topolnjak2015-05-041-1/+1
|
* + core: java variant of withMdcDiego2015-05-011-0/+6
|
* = core: fix typo.Ivan Topolnjak2015-04-261-1/+1
|
* = core: correctly print module names when auto-starting.Ivan Topolnjak2015-04-201-1/+1
|
* = core: revert 14fbca502599ece15d46b726ba066d3f4332f650.Ivan Topolnjak2015-04-181-1/+1
|
* + core: add a couple helper methods for creating segments, related to #126.Ivan Topolnjak2015-04-171-1/+20
|
* = core: make the trace local storage variable fully private.Ivan Topolnjak2015-04-171-1/+1
|
* = core: add commodity trace context manipulation methods to the Tracer.Ivan Topolnjak2015-04-177-35/+72
|
* = core: use kamon.util.Function instead of the java 8 equivalent.Ivan Topolnjak2015-04-171-2/+1
|
* ! core: subscribe permanently to metrics data by default.Ivan Topolnjak2015-04-061-2/+2
|
* = core: minor cleanup of metric keys and units of measurements.Ivan Topolnjak2015-04-054-42/+40
|
* + core: introduce .factory members on trace and segment recorders.Ivan Topolnjak2015-03-311-0/+6
|
* + core: simple util to transform java maps to scala maps when creating tags.Ivan Topolnjak2015-03-291-0/+14
|
* = core: introduce SameThreadExecutionContext for small code blocks that ↵Diego2015-03-231-0/+30
| | | | don't need to be run on a separate thread
* ! akka: prefix actors, routers and dispatchers with the actor system name.Ivan Topolnjak2015-03-131-0/+3
|
* + log-reporter: include dispatcher metrics and close #163Diego2015-03-132-8/+5
|
* = core: include license headersDiego2015-03-124-0/+64
|
* = core: put the ModuleLoader back in place for auto-starting modules.Ivan Topolnjak2015-03-128-240/+112
|
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-0917-513/+454
|
* ! kamon-annotation: defined instruments @Trace @Segment @Gauge @Timed ↵Diego2015-03-012-4/+33
| | | | @Counted @Histogram and full implemetation
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-159-86/+85
|
* ! core: drop the Extension postfix on all core components.Ivan Topolnjak2015-02-159-40/+39
|