Skip to content

Commit b03fd99

Browse files
committed
Polish
1 parent d7e000d commit b03fd99

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,10 +1127,10 @@ monitoring systems, including:
11271127
- <<production-ready-metrics-export-graphite,Graphite>>
11281128
- <<production-ready-metrics-export-influx,Influx>>
11291129
- <<production-ready-metrics-export-jmx,JMX>>
1130-
- <<production-ready-metrics-export-simple,Simple (in-memory)>>
11311130
- <<production-ready-metrics-export-newrelic,New Relic>>
11321131
- <<production-ready-metrics-export-prometheus,Prometheus>>
11331132
- <<production-ready-metrics-export-signalfx,SignalFx>>
1133+
- <<production-ready-metrics-export-simple,Simple (in-memory)>>
11341134
- <<production-ready-metrics-export-statsd,StatsD>>
11351135
- <<production-ready-metrics-export-wavefront,Wavefront>>
11361136

@@ -1291,22 +1291,6 @@ TIP: To take control over this behaviour, define your own `HierarchicalNameMappe
12911291

12921292

12931293

1294-
[[production-ready-metrics-export-simple]]
1295-
==== Simple
1296-
Micrometer ships with a simple, in-memory backend that is automatically used as a fallback
1297-
if no other registry is configured. This allows you to see what metrics are collected in
1298-
the <<production-ready-metrics-endpoint,metrics endpoint>>.
1299-
1300-
The in-memory backend disables itself as soon as you're using any of the other available
1301-
backend. You can also disable it explicitly:
1302-
1303-
[source,properties,indent=0]
1304-
----
1305-
management.metrics.export.simple.enabled=false
1306-
----
1307-
1308-
1309-
13101294
[[production-ready-metrics-export-newrelic]]
13111295
==== New Relic
13121296
New Relic registry pushes metrics to {micrometer-registry-documentation}/newrelic[New
@@ -1371,6 +1355,22 @@ You can also change the interval at which metrics are sent to SignalFx:
13711355

13721356

13731357

1358+
[[production-ready-metrics-export-simple]]
1359+
==== Simple
1360+
Micrometer ships with a simple, in-memory backend that is automatically used as a fallback
1361+
if no other registry is configured. This allows you to see what metrics are collected in
1362+
the <<production-ready-metrics-endpoint,metrics endpoint>>.
1363+
1364+
The in-memory backend disables itself as soon as you're using any of the other available
1365+
backend. You can also disable it explicitly:
1366+
1367+
[source,properties,indent=0]
1368+
----
1369+
management.metrics.export.simple.enabled=false
1370+
----
1371+
1372+
1373+
13741374
[[production-ready-metrics-export-statsd]]
13751375
==== StatsD
13761376
The StatsD registry pushes metrics over UDP to a StatsD agent eagerly. By default, metrics

0 commit comments

Comments
 (0)