aboutsummaryrefslogtreecommitdiff
path: root/kamon-newrelic/src/main/scala/kamon/newrelic/AgentJsonProtocol.scala
Commit message (Collapse)AuthorAgeFilesLines
* ! newrelic: major refactor of the newrelic reporterIvan Topolnjak2014-11-091-63/+0
| | | | | | | | | | | | 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-newrelic: minor refactor when merge metricsDiego2014-10-191-1/+1
|
* ! build: upgrade dependencies.Ivan Topolnjak2014-10-191-1/+1
|
* partial rewrite of kamon-newrelicIvan Topolnak2014-02-041-17/+14
|
* added scalariformDiego Parra2013-11-261-14/+9
|
* added copyright headersDiego Parra2013-11-261-0/+15
|
* wipIvan Topolnak2013-11-081-2/+2
|
* halfway to our own NewRelic AgentIvan Topolnak2013-11-071-0/+56