Skip to content

Commit

Permalink
Document New Relic's own MeterRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Oct 14, 2019
1 parent 8461302 commit d704fda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/docs/implementations/new-relic.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Jon Schneider <jschneider@pivotal.io>

New Relic offers a dimensional monitoring system product called Insights with a full UI and a query language called NRQL. New Relic Insights operates on a push model. Some features of NRQL assume that Insights receives a distinct event payload for every timing, count, etc. Micrometer instead ships aggregates at a prescribed interval, allowing your app's throughput to scale without concern for event propagation to Insights becoming a bottleneck.

NOTE: New Relic provides its own Micrometer `MeterRegistry` implementation based on dimensional metrics.
It is intended to supersede Micrometer's `NewRelicMeterRegistry` using custom events as dimensional metrics are a better fit for metrics than custom events.
You can find more details in https://github.com/newrelic/micrometer-registry-newrelic[its GitHub repository].

include::install.adoc[]

== Configuring
Expand Down

0 comments on commit d704fda

Please sign in to comment.