From 324119b2248589775a31bb72bf73d07caf008aad Mon Sep 17 00:00:00 2001 From: cgkades Date: Fri, 2 Aug 2019 15:35:50 -0600 Subject: [PATCH] Adding clarity for service monitor --- docs/walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthrough.md b/docs/walkthrough.md index 756f4fa4..2ee5cf9b 100644 --- a/docs/walkthrough.md +++ b/docs/walkthrough.md @@ -178,7 +178,7 @@ in for `prom` when it appears. ### Monitoring Your Application In order to monitor your application, you'll need to set up -a ServiceMonitor pointing at the application. Assuming you've set up your +a ServiceMonitor pointing at the service for the application. Assuming you've set up your Prometheus instance to use ServiceMonitors with the `app: sample-app` label, create a ServiceMonitor to monitor the app's metrics via the service: