@@ -1127,10 +1127,10 @@ monitoring systems, including:
1127
1127
- <<production-ready-metrics-export-graphite,Graphite>>
1128
1128
- <<production-ready-metrics-export-influx,Influx>>
1129
1129
- <<production-ready-metrics-export-jmx,JMX>>
1130
- - <<production-ready-metrics-export-simple,Simple (in-memory)>>
1131
1130
- <<production-ready-metrics-export-newrelic,New Relic>>
1132
1131
- <<production-ready-metrics-export-prometheus,Prometheus>>
1133
1132
- <<production-ready-metrics-export-signalfx,SignalFx>>
1133
+ - <<production-ready-metrics-export-simple,Simple (in-memory)>>
1134
1134
- <<production-ready-metrics-export-statsd,StatsD>>
1135
1135
- <<production-ready-metrics-export-wavefront,Wavefront>>
1136
1136
@@ -1291,22 +1291,6 @@ TIP: To take control over this behaviour, define your own `HierarchicalNameMappe
1291
1291
1292
1292
1293
1293
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
-
1310
1294
[[production-ready-metrics-export-newrelic]]
1311
1295
==== New Relic
1312
1296
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:
1371
1355
1372
1356
1373
1357
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
+
1374
1374
[[production-ready-metrics-export-statsd]]
1375
1375
==== StatsD
1376
1376
The StatsD registry pushes metrics over UDP to a StatsD agent eagerly. By default, metrics
0 commit comments