aboutsummaryrefslogtreecommitdiff
path: root/kamon-playground/src/main/resources/application.conf
Commit message (Collapse)AuthorAgeFilesLines
* ! newrelic: major refactor of the newrelic reporterIvan Topolnjak2014-11-091-1/+1
| | | | | | | | | | | | Most notable changes: - The agent connection setup is separated from the actual metrics reporting, this will be important in the near future when we start sending errors too. - The metrics subscriptions are delayed until the connection to the agent is established. - The Tick metrics buffer is only created if necessary. - Introduced the kamon.newrelic.max-initialize-retries and initialize-retry-delay settings. - External service calls via HTTP clients are reported as external services.
* ! kamon-core: Remove KamonWeaverMessageHandler to avoid dependencies issues ↵Diego2014-10-201-7/+0
| | | | and closes #97
* ! kamon-newrelic: * Avoid reporting data to Newrelic if no metrics have been ↵Diego2014-10-181-1/+1
| | | | | | collected * Implement error handling with NewRelic Agent * Minor refactor * close issue #7 and issue #17
* + statsd: allow percent-encoding of metric section names, related to #46Ivan Topolnjak2014-09-151-3/+10
|
* = core: fix errors in last commitDiego2014-08-291-5/+0
|
* + core: provide metrics for routersDiego2014-08-291-2/+11
| | | | | | | * processing-time * errors * time-in-mailbox closes #62
* + log-reporter: include Cpu and Network metricsDiego2014-08-131-2/+2
|
* + logreporter: new log reporter for trace, actor and user metrics, closes #57Ivan Topolnjak2014-07-291-2/+2
| | | | | | The new kamon-log-reporter module subscribes itselfs for trace, actor and user metrics and prints the values using ActorLogging in a pretty ascii table format.
* = newrelic: upgrade to the latest metrics scheme, closes #54Ivan Topolnjak2014-07-271-2/+2
|
* kamon-system-metrics: add system metrics to datadog and statsd modulesDiego2014-07-271-1/+1
|
* ! kamon-system-metrics: introducing System and JVM metrics moduleDiego2014-07-211-0/+1
|
* + core: added dispatchers metrics instrumentationDiego2014-05-201-4/+10
|
* ! datadog: first functional implementation of DatadogMetricsSenderDiego2014-05-141-2/+2
|
* + statsd: first working implementation with processing-time and ↵Ivan Topolnak2014-04-031-2/+19
| | | | time-in-mailbox metrics for actors
* multiple fixes to the custom metrics collection facilitiesIvan Topolnak2014-03-111-2/+8
|
* kamon-newrelic now uses the subscription protocol to report metrics to NewRelicIvan Topolnjak2014-02-051-1/+1
|
* partial rewrite of kamon-newrelicIvan Topolnak2014-02-041-1/+1
|
* update spray server request instrumentation testsIvan Topolnak2014-01-311-1/+28
|
* remake of trace context and allow different tracing levelsIvan Topolnjak2014-01-311-1/+7
|
* rename UOW to TraceToken and generate it by default when a Trace startsIvan Topolnjak2014-01-271-0/+11
|
* integrate trace and metrics into the base projectIvan Topolnak2014-01-131-1/+13
|
* ensure spray server instrumentation cleans the thread after initiating the traceIvan Topolnak2013-12-201-2/+2
|
* halfway to our own NewRelic AgentIvan Topolnak2013-11-071-0/+9