aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* = log-reporter: remove useless read of config properties.Ivan Topolnjak2015-05-081-1/+0
|
* = system-metrics: avoid division by zero exception and close #194Diego2015-05-061-1/+3
|
* Update README.mdDiego Parra2015-05-051-3/+2
|
* Update README.mdDiego Parra2015-05-051-0/+1
|
* ! play: change PlayNameGenerator to plain NameGenerator.Ivan Topolnjak2015-05-042-4/+4
|
* = core,playground: automatic code formatting.Ivan Topolnjak2015-05-042-3/+4
|
* = spray: fix server metrics tests.Ivan Topolnjak2015-05-042-4/+4
|
* ! spray: use SameThreadExecutionContext in ClientRequestInstrumentation and ↵Diego2015-05-031-5/+3
| | | | closes #143
* + core: java variant of withMdcDiego2015-05-011-0/+6
|
* ! log-reporter: remove report-system-metrics flag and subscribe by default ↵Diego2015-04-282-11/+1
| | | | to syste-metric category
* ! system-metrics: remove unused report-system-metrics flag in the others modulesDiego2015-04-283-20/+1
|
* ! statsd: include HttpServerMetricsDiego2015-04-281-0/+1
|
* ! 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
| |