aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #296 from kamon-io/kamon-autoweaveIvan Topolnjak2015-12-0915-1/+2759
|\ \ \ | |/ / |/| | + kamon-autoweave: this new module allow attach the AspectJ loadtime …
| * | + kamon-autoweave: this new module allow attach the AspectJ loadtime weaving ↵Diego2015-12-0915-1/+2759
| | | | | | | | | | | | 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
* Merge branch 'master' into wip/decoupling-basic-apis-from-reportersDiego2015-11-250-0/+0
|\
* | wip: merge from master and fix some testDiego2015-11-153-17/+8
|\|
| * Merge pull request #270 from jozic/statsd-sendersIvan Topolnjak2015-11-030-0/+0
| |\ | | | | | | ! statsd: allow custom statsd senders + add simple statsd sender which doesn't batch stats
| * \ Merge pull request #264 from everpeace/add-kamon-fluentdDiego Parra2015-10-290-0/+0
| |\ \ | | |/ | |/| Introducing Kamon Fluentd module.
| * | Merge pull request #269 from cheekychops/loggerIvan Topolnjak2015-10-280-0/+0
| |\ \ | | |/ | |/| = newrelic: Associate logged errors with correct transaction
| * | Merge pull request #258 from Tolsi/stolmachev-kamon-jmxDiego Parra2015-10-230-0/+0
| |\ \ | | |/ | |/| Kamon JMX was added
| * | 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
| | |/
| * | Merge pull request #256 from cheekychops/masterDiego Parra2015-09-300-0/+0
| |\| | | | | | | newrelic: de-tokenise the app name, fixes #255
| * | Merge pull request #262 from jozic/patch-1Diego Parra2015-09-301-1/+1
| |\ \ | | |/ | |/| = core: fix typo in kamon auto-start error message
| | * = 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
|
* Merge pull request #245 from tferi/generic-mem-metricsIvan Topolnjak2015-08-252-1/+92
|\ | | | | = Generic mem metrics
| * ! 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
| |
* | Merge pull request #241 from sematext/added_spm_backendDiego Parra2015-08-120-0/+0
|\ \ | | | | | | + add spm metric backend
* | | = system-metrics: The sigar not implemented exceptions are listed as ↵Diego2015-08-111-1/+1
|/ / | | | | | | warnings. closes #235
* | Merge pull request #236 from sattvik/counters-with-unitsIvan Topolnjak2015-07-271-0/+3
|\ \ | | | | | | + core: Allow creation of counters with units
| * | + 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 'pr/elyrixia-samplers-206'Ivan Topolnjak2015-07-216-25/+124
|\ \
| * | 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 #231 from cheekychops/cheekychops-patch-1Ivan Topolnjak2015-07-140-0/+0
|\ | | | | build: Remove compile dependency from kamon-newrelic to kamon-testkit
* \ 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
| |
* | Merge pull request #230 from jozic/fix-config-docIvan Topolnjak2015-07-100-0/+0
|\| | | | | = datadog,statsd: fix config docs
* | Merge pull request #228 from slavaschmidt/newrelic-custom-akka-metrics-2Ivan Topolnjak2015-07-100-0/+0
|\| | | | | + newrelic: add possibility to send akka metrics to the newrelic
* | Merge pull request #229 from nilsga/masterIvan Topolnjak2015-07-101-2/+5
|\ \ | |/ |/| ! core: cleanup entity on removal
| * ! 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
* Merge pull request #198 from lustefaniak/gauge-fixIvan Topolnjak2015-05-131-1/+1
|\ | | | | = core: Fix usage of GaugeKey for gauges in MetricsModule
| * = 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
|
* Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2015-04-270-0/+0
|\
* | = 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
|