aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ! datadog: include HttpServerMetricsDiego2015-04-281-0/+1
|
* ! play: use SameThreadExecutionContext in Request and WS instrumentation in ↵Diego2015-04-283-6/+6
| | | | order to achieve more accurate metrics
* Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2015-04-271-1/+8
|\
| * = annotation: introduce @Inherited in EnableKamonDiego2015-04-261-1/+8
| |
* | ! spray: rename SprayNameGenerator to just NameGenerator.Ivan Topolnjak2015-04-274-6/+6
| |
* | = core: fix typo.Ivan Topolnjak2015-04-261-1/+1
| |
* | + spray: add companion object for KamonTraceDirectives.Ivan Topolnjak2015-04-261-0/+2
| |
* | ! spray: change the default trace name to UnnamedTrace.Ivan Topolnjak2015-04-261-1/+1
|/
* = 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
|
* = akka: correctly handle invoke errors while processing system messages, ↵Ivan Topolnjak2015-04-221-1/+6
| | | | fixes #184.
* = akka-remote: disable auto-start on akka-remote, there is nothing to start.Ivan Topolnjak2015-04-201-1/+2
|
* = core: correctly print module names when auto-starting.Ivan Topolnjak2015-04-201-1/+1
|
* = scala: fix malformed modules section in reference.conf file.Ivan Topolnjak2015-04-201-3/+4
|
* = akka: clean up the ask pattern warning instrumentation and tests.Ivan Topolnjak2015-04-183-99/+78
|
* = 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-1714-50/+87
|
* 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
|/ /