Skip to content

Commit

Permalink
Document New Relic's own MeterRegistry (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and shakuzen committed Dec 9, 2019
1 parent dee5482 commit fc40880
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 intends to supersede Micrometer's `NewRelicMeterRegistry` (which uses custom events in New Relic) because New Relic's 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 fc40880

Please sign in to comment.