File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
spring-boot-project/spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1126,6 +1126,7 @@ monitoring systems, including:
1126
1126
- <<production-ready-metrics-export-ganglia,Ganglia>>
1127
1127
- <<production-ready-metrics-export-graphite,Graphite>>
1128
1128
- <<production-ready-metrics-export-influx,Influx>>
1129
+ - <<production-ready-metrics-export-jmx,JMX>>
1129
1130
- <<production-ready-metrics-export-simple,Simple (in-memory)>>
1130
1131
- <<production-ready-metrics-export-newrelic,New Relic>>
1131
1132
- <<production-ready-metrics-export-prometheus,Prometheus>>
@@ -1279,6 +1280,17 @@ server] to use can be provided using:
1279
1280
1280
1281
1281
1282
1283
+ [[production-ready-metrics-export-jmx]]
1284
+ ==== JMX
1285
+ Micrometer provides a hierarchical mapping to
1286
+ {micrometer-registry-documentation}/jmx[JMX], primarily as a cheap and portable way to
1287
+ view metrics locally. Spring Boot provides a default `HierarchicalNameMapper` that governs
1288
+ how a dimensional meter id is mapped to flat hierarchical names.
1289
+
1290
+ TIP: To take control over this behaviour, define your own `HierarchicalNameMapper` bean.
1291
+
1292
+
1293
+
1282
1294
[[production-ready-metrics-export-simple]]
1283
1295
==== Simple
1284
1296
Micrometer ships with a simple, in-memory backend that is automatically used as a fallback
You can’t perform that action at this time.
0 commit comments