From 8a6664869ea0f39d6621b37245977c8b4a1ca842 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 1 Mar 2018 16:56:02 +0100 Subject: [PATCH] Fix typo --- .../src/main/asciidoc/production-ready-features.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 9626840dac..c4c1dd7f22 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -1395,7 +1395,7 @@ You can also change the interval at which metrics are sent to Datadog: [source,properties,indent=0] ---- - management.metrics.export.datadog.steps=30s + management.metrics.export.datadog.step=30s ---- @@ -1468,7 +1468,7 @@ You can also change the interval at which metrics are sent to New Relic: [source,properties,indent=0] ---- - management.metrics.export.newrelic.steps=30s + management.metrics.export.newrelic.step=30s ---- @@ -1511,7 +1511,7 @@ You can also change the interval at which metrics are sent to SignalFx: [source,properties,indent=0] ---- - management.metrics.export.signalfx.steps=30s + management.metrics.export.signalfx.step=30s ---- @@ -1581,7 +1581,7 @@ You can also change the interval at which metrics are sent to Wavefront: [source,properties,indent=0] ---- - management.metrics.export.wavefront.steps=30s + management.metrics.export.wavefront.step=30s ----