aboutsummaryrefslogtreecommitdiff
path: root/kamon-newrelic/src/main/scala/kamon/newrelic/Metric.scala
Commit message (Collapse)AuthorAgeFilesLines
* = core: minor cleanup of metric keys and units of measurements.Ivan Topolnjak2015-04-051-2/+2
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-9/+16
|
* + newrelic: react correctly to restart and shutdown events from the New ↵Ivan Topolnjak2014-12-051-3/+4
| | | | Relic collector.
* ! newrelic: major refactor of the newrelic reporterIvan Topolnjak2014-11-091-0/+55
| | | | | | | | | | | | 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.
* partial rewrite of kamon-newrelicIvan Topolnak2014-02-041-32/+0
|
* create the notion of a metric group category for easier filtering when ↵Ivan Topolnak2014-02-041-0/+32
subscribing