Skip to content

Commit d704fda

Browse files
committed
Document New Relic's own MeterRegistry
See micrometer-metrics/micrometer#1588 (comment)
1 parent 8461302 commit d704fda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/docs/implementations/new-relic.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Jon Schneider <[email protected]>
66

77
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.
88

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

1115
== Configuring

0 commit comments

Comments
 (0)