aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2015-04-171-1/+3
|\
| * Merge pull request #159 from magro/masterDiego Parra2015-04-111-1/+3
| |\ | | | | | | = play: Compile pattern for path normalization only once
| | * Compile pattern for path normalization only onceMartin Grotzke2015-02-251-1/+3
| | |
* | | = core: use kamon.util.Function instead of the java 8 equivalent.Ivan Topolnjak2015-04-171-2/+1
|/ /
* | = build: ensure that Java sources are compiled targeting 1.6.Ivan Topolnjak2015-04-111-6/+2
| |
* | ! core: subscribe permanently to metrics data by default.Ivan Topolnjak2015-04-061-2/+2
| |
* | = akka: cleanup the dispatcher metric recorders.Ivan Topolnjak2015-04-061-32/+8
| |
* | = core: minor cleanup of metric keys and units of measurements.Ivan Topolnjak2015-04-055-44/+42
| |
* | Merge pull request #174 from myfitnesspal/inetaddress-fixIvan Topolnjak2015-04-013-7/+9
|\ \ | | | | | | StatsD extension now defers the creation of the InetSocketAddress instance until needed
| * | = statsd: creation of InetSocketAddress instances against the provided UDP ↵Marco Manzo2015-04-013-7/+9
| | | | | | | | | | | | host/port are not deferred until it's required for sending a metric payload.
* | | + core: introduce .factory members on trace and segment recorders.Ivan Topolnjak2015-03-311-0/+6
| | |
* | | Merge pull request #164 from jtjeferreira/masterDiego Parra2015-03-296-8/+13
|\ \ \ | | | | | | | | update kamon-play-example to latest version
| * | | = play-example: update to latest versionJoão Ferreira2015-03-256-8/+13
| | | |
* | | | + core: simple util to transform java maps to scala maps when creating tags.Ivan Topolnjak2015-03-291-0/+14
| |/ / |/| |
* | | = build: user cross versions in our build.Ivan Topolnjak2015-03-243-3/+2
| | |
* | | = core: introduce SameThreadExecutionContext for small code blocks that ↵Diego2015-03-231-0/+30
| | | | | | | | | | | | don't need to be run on a separate thread
* | | ! statsd: report segment metrics as sub-metrics of the correspondant trace.Ivan Topolnjak2015-03-201-6/+10
| | |
* | | + statsd: fix akka and segments subscriptions and subscribe to simple ↵Ivan Topolnjak2015-03-162-7/+15
|/ / | | | | | | metrics as well, fixes #166.
* | = build: include kamon-akka and kamon-scala in the root aggregate project.Ivan Topolnjak2015-03-151-2/+2
| |
* | = all: bump up versionsDiego2015-03-142-35/+35
| |
* | = log-reporter: rename simpleMetrics to metricsDiego2015-03-141-20/+20
| |
* | = log-reporter: update metrics subscription in order to support the new approachDiego2015-03-131-28/+38
| |
* | = log-reporter: minor changesDiego2015-03-131-14/+22
| |
* | = logreporter: fix MissingFormatArgumentException when reporting CPU metrics.Ivan Topolnjak2015-03-131-5/+4
| |
* | ! akka: avoid catching the root supervisors with the metrics ↵Ivan Topolnjak2015-03-133-5/+11
| | | | | | | | instrumentation, fixes #157.
* | ! akka: prefix actors, routers and dispatchers with the actor system name.Ivan Topolnjak2015-03-138-49/+74
| |
* | + log-reporter: include dispatcher metrics and close #163Diego2015-03-135-21/+86
| |
* | = core: include license headersDiego2015-03-124-0/+64
| |
* | = core: put the ModuleLoader back in place for auto-starting modules.Ivan Topolnjak2015-03-1211-252/+143
| |
* | Merge pull request #162 from kamon-io/wip/metric-tags-supportIvan Topolnjak2015-03-1248-798/+783
|\ \ | | | | | | ! all: introduced support for metric tags.
| * | ! all: introduced support for metric tags.Ivan Topolnjak2015-03-0948-798/+783
|/ /
* | Update README.mdDiego Parra2015-03-011-1/+1
| | | | | | Add a Gitter chat badge to README.md
* | = annotation: some cleanup before mergeDiego2015-03-011-1/+0
| |
* | ! kamon-annotation: defined instruments @Trace @Segment @Gauge @Timed ↵Diego2015-03-0127-9/+1776
|/ | | | @Counted @Histogram and full implemetation
* = travis: use jdk8.Ivan Topolnjak2015-02-161-1/+3
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-1537-241/+237
|
* ! core: drop the Extension postfix on all core components.Ivan Topolnjak2015-02-1513-48/+47
|
* = core: rename UserMetrics to SimpleMetrics.Ivan Topolnjak2015-02-156-75/+75
|
* + core: add a Kamon.shutdown() method.Ivan Topolnjak2015-02-151-0/+6
|
* = macros: remove the kamon-macros project.Ivan Topolnjak2015-02-151-46/+0
|
* = all: stop using config.getDuration in favor of config.getFiniteDuration.Ivan Topolnjak2015-02-1510-82/+57
|
* ! build: stop using cross versions.Ivan Topolnjak2015-02-151-1/+1
|
* ! build: switch to scala 2.11Ivan Topolnjak2015-02-152-5/+3
|
* ! core: special treatment of settings.Ivan Topolnjak2015-02-149-45/+34
|
* = play: ensure that tests use different ports.Ivan Topolnjak2015-02-143-13/+12
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-1356-493/+674
|
* ! core: revised semantics of .register on Metrics module to match our docs.Ivan Topolnjak2015-02-043-5/+21
|
* + core: add create methods for Entity.Ivan Topolnjak2015-02-041-0/+6
|
* = system-metrics: fix typoDiego2015-02-032-3/+3
|
* + system-metrics: complete source code documentationDiego2015-02-0313-8/+65
| | | | fix global context switches metric