Skip to content

Commit d7e000d

Browse files
committed
Add missing JMX section
1 parent 5a6d45a commit d7e000d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,7 @@ monitoring systems, including:
11261126
- <<production-ready-metrics-export-ganglia,Ganglia>>
11271127
- <<production-ready-metrics-export-graphite,Graphite>>
11281128
- <<production-ready-metrics-export-influx,Influx>>
1129+
- <<production-ready-metrics-export-jmx,JMX>>
11291130
- <<production-ready-metrics-export-simple,Simple (in-memory)>>
11301131
- <<production-ready-metrics-export-newrelic,New Relic>>
11311132
- <<production-ready-metrics-export-prometheus,Prometheus>>
@@ -1279,6 +1280,17 @@ server] to use can be provided using:
12791280

12801281

12811282

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+
12821294
[[production-ready-metrics-export-simple]]
12831295
==== Simple
12841296
Micrometer ships with a simple, in-memory backend that is automatically used as a fallback

0 commit comments

Comments
 (0)