aboutsummaryrefslogtreecommitdiff
path: root/kamon-newrelic/src/main/scala/kamon/newrelic/JsonProtocol.scala
Commit message (Collapse)AuthorAgeFilesLines
* + newrelic: add ssl support to agentColin Smith2015-10-091-0/+1
| | | | Use kamon.newrelic.ssl = true to send metrics over https
* newrelic: de-tokenise the app name, fixes #255Colin Smith2015-09-141-3/+5
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-1/+1
|
* + newrelic: react correctly to restart and shutdown events from the New ↵Ivan Topolnjak2014-12-051-8/+8
| | | | Relic collector.
* + newrelic: report additional and scoped external service metrics, improves #63.Ivan Topolnjak2014-11-101-6/+47
|
* ! newrelic: major refactor of the newrelic reporterIvan Topolnjak2014-11-091-0/+65
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.