Commit 3e826c1a authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo in Micrometer examples

Closes gh-12529
parent e4a21b23
......@@ -1417,7 +1417,7 @@ port to use can be provided using:
[source,properties,indent=0]
----
management.metrics.export.ganglia.host=ganglia.example.com
management.metrics.export.ganglia.post=9649
management.metrics.export.ganglia.port=9649
----
......@@ -1431,7 +1431,7 @@ to use can be provided using:
[source,properties,indent=0]
----
management.metrics.export.graphite.host=graphite.example.com
management.metrics.export.graphite.post=9004
management.metrics.export.graphite.port=9004
----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment