From 56b745bef3f66281977281181be12a45c208f081 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Mon, 30 Sep 2019 13:42:47 +0200 Subject: [PATCH] address review comments --- micrometer/tasks/task-demo-metrics-influxdb/README.md | 8 ++++---- micrometer/tasks/task-demo-metrics-prometheus/README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/micrometer/tasks/task-demo-metrics-influxdb/README.md b/micrometer/tasks/task-demo-metrics-influxdb/README.md index 2922551..8012e53 100644 --- a/micrometer/tasks/task-demo-metrics-influxdb/README.md +++ b/micrometer/tasks/task-demo-metrics-influxdb/README.md @@ -1,7 +1,7 @@ -# How to monitor Spring Cloud Tasks +# How to monitor Spring Cloud Task -The `task-demo-metrics-influx` project creates a sample Spring Cloud Task (and Spring Batch) enabled for Spring Cloud Data Flow monitoring. +The `task-demo-metrics-influx` project creates a sample Spring Cloud Task (and Spring Batch) with the monitoring infrastructure, so it can be monitored in Spring Cloud Data Flow. ## Create custom Spring Cloud Task If you use the provided `task-demo-metrics-influx` source code you can skip this section. @@ -10,7 +10,7 @@ Otherwise follow the instructions below to build your own `monitorable` Task fro Bootstrap by follow the [Task development instructions](https://docs.spring.io/spring-cloud-task/docs/2.0.0.RELEASE/reference/htmlsingle/#getting-started-developing-first-task) and then: -* Set the POM parent to Boot 2.2.0.M6 or newer +* Set the parent POM version of Boot to 2.2.0.M6 or latest ```xml @@ -119,7 +119,7 @@ Will produce `task-demo-metrics-influx-0.0.1-SNAPSHOT.jar` task application unde ## Spring Cloud Data FLow server -Follow the [Task Monitoring](https://dataflow.spring.io/docs/feature-guides/batch/monitoring) instructions to register, run and monitor the demo tasks with Influx or Prometheus on various platforms. +Follow the [Task Monitoring](https://dataflow.spring.io/docs/feature-guides/batch/monitoring) instructions to register, run and monitor the task sample using Influx or Prometheus on the desired platform. ## Docker images diff --git a/micrometer/tasks/task-demo-metrics-prometheus/README.md b/micrometer/tasks/task-demo-metrics-prometheus/README.md index 19f3678..3dc0e1d 100644 --- a/micrometer/tasks/task-demo-metrics-prometheus/README.md +++ b/micrometer/tasks/task-demo-metrics-prometheus/README.md @@ -1,7 +1,7 @@ -# How to monitor Spring Cloud Tasks +# How to monitor Spring Cloud Task -The `task-demo-metrics-prometheus` project creates a sample Spring Cloud Task (and Spring Batch) enabled for Spring Cloud Data Flow monitoring. +The `task-demo-metrics-prometheus` project creates a sample Spring Cloud Task (and Spring Batch) with the monitoring infrastructure, so it can be monitored in Spring Cloud Data Flow. ## Create custom Spring Cloud Task If you use the provided `task-demo-metrics-prometheus` source code you can skip this section. @@ -10,7 +10,7 @@ Otherwise follow the instructions below to build your own `monitorable` Task fro Bootstrap by follow the [Task development instructions](https://docs.spring.io/spring-cloud-task/docs/2.0.0.RELEASE/reference/htmlsingle/#getting-started-developing-first-task) and then: -* Set the POM parent to Boot 2.2.0.M6 or newer +* Set the parent POM version of Boot to 2.2.0.M6 or latest ```xml @@ -128,7 +128,7 @@ Will produce `task-demo-metrics-prometheus-0.0.1-SNAPSHOT.jar` task application ## Spring Cloud Data FLow server -Follow the [Task Monitoring](https://dataflow.spring.io/docs/feature-guides/batch/monitoring) instructions to register, run and monitor the demo tasks with Influx or Prometheus on various platforms. +Follow the [Task Monitoring](https://dataflow.spring.io/docs/feature-guides/batch/monitoring) instructions to register, run and monitor the task sample using Influx or Prometheus on the desired platform. ## Docker images