From 3a417a8a23739c30f6ac5db84efbe3c69d10b674 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Thu, 7 Nov 2019 10:20:09 +0100 Subject: [PATCH] fix formating --- src/main/asciidoc/monitoring/main.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/asciidoc/monitoring/main.adoc b/src/main/asciidoc/monitoring/main.adoc index 8ef07e5..8fff7cf 100644 --- a/src/main/asciidoc/monitoring/main.adoc +++ b/src/main/asciidoc/monitoring/main.adoc @@ -16,7 +16,8 @@ Following links will provide you with information about installing, enabling and All provided https://cloud.spring.io/spring-cloud-stream-app-starters/[Stream application starters] are configured for Prometheus and InfluxDB. -To integrate custom applications with the Data Flow Monitoring you can follow the https://github.com/spring-cloud/spring-cloud-dataflow-samples/tree/master/monitoring-samples[monitoring-samples]: +To integrate custom applications with the Data Flow Monitoring you can follow the https://github.com/spring-cloud/spring-cloud-dataflow-samples/tree/master/monitoring-samples[monitoring-samples] projects: + - The https://github.com/spring-cloud/spring-cloud-dataflow-samples/tree/master/monitoring-samples/stream-apps[stream-apps] shows how to enable monitoring for custom built source, processor and sink apps. - The https://github.com/spring-cloud/spring-cloud-dataflow-samples/tree/master/monitoring-samples/task-apps[task-apps] sample shows how to enable monitoring for custom built task apps.